#234EB0

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

Shades of Cerulean Blue #234EB0

Tints of Cerulean Blue #234EB0

Color information

#234EB0 (or 0x234EB0) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4E and B0. RGB value is (35,78,176). Sum of RGB (Red+Green+Blue) = 35+78+176=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #234EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234EB0 is #DCB14F. Grayscale: #4B4B4B. Windows color (decimal): -14463312 or 11554339. OLE color: 11554339.

HSL color Cylindrical-coordinate representation of color #234EB0: hue angle of 221.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234EB0 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3578176-
CMYK0.800.5600.31
HSL221.7º66.82%41.37%-
HSV(B)221.7º80.11%69.02%-
XYZ11.258.9442.21-
YUV76.32184.2598.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=12.11%
G=26.99%
B=60.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35781760.800.5600.31221.766.8241.37
Hex234EB0503801Fde4329
Octal431162601207003733610351
Binary1000111001110101100001010000111000011111110111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234EB0; }

 p { color: rgb(35,78,176); }

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

<style>
 a { background-color: #234EB0; }

 a { background-color: rgb(35,78,176); }

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

<style>
 span { border-color: #234EB0; }

 span { border-color: rgb(35,78,176); }

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