#235ECC

Color #235ECC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #235ECC

Tints of Cerulean Blue #235ECC

Color information

#235ECC (or 0x235ECC) is unknown color: approx Cerulean Blue. HEX triplet: 23, 5E and CC. RGB value is (35,94,204). Sum of RGB (Red+Green+Blue) = 35+94+204=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #235ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECC is #DCA133. Grayscale: #585858. Windows color (decimal): -14459188 or 13393443. OLE color: 13393443.

HSL color Cylindrical-coordinate representation of color #235ECC: hue angle of 219.05º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235ECC is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3594204-
CMYK0.830.5400.2
HSL219.05º70.71%46.86%-
HSV(B)219.05º82.84%80%-
XYZ15.5912.7258.76-
YUV88.9192.9589.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.51%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=10.51%
G=28.23%
B=61.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal35942040.830.5400.2219.0570.7146.86
Hex235ECC5336014db472f
Octal431363141236602433310757
Binary1000111011110110011001010011110110010100110110111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235ECC; }

 p { color: rgb(35,94,204); }

 H1.HeaderClassName
 {
   color: #235ECC;
 }
 .AnyTagClassName
 {
   color: #235ECC;
 }
</style>
background-color css

<style>
 a { background-color: #235ECC; }

 a { background-color: rgb(35,94,204); }

 div.DivClassName
 {
   background-color: #235ECC;
 }
 .BgClassName
 {
   background-color: #235ECC;
 }
</style>
border-color css

<style>
 span { border-color: #235ECC; }

 span { border-color: rgb(35,94,204); }

 td.TdClassName
 {
   border-color: #235ECC;
 }
 .TagClassName
 {
   border-color: #235ECC;
 }
</style>