#234BB4

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

Shades of Cerulean Blue #234BB4

Tints of Cerulean Blue #234BB4

Color information

#234BB4 (or 0x234BB4) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4B and B4. RGB value is (35,75,180). Sum of RGB (Red+Green+Blue) = 35+75+180=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #234BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BB4 is #DCB44B. Grayscale: #4A4A4A. Windows color (decimal): -14464076 or 11815715. OLE color: 11815715.

HSL color Cylindrical-coordinate representation of color #234BB4: hue angle of 223.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234BB4 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3575180-
CMYK0.810.5800.29
HSL223.45º67.44%42.16%-
HSV(B)223.45º80.56%70.59%-
XYZ11.458.6844.25-
YUV75.01187.2599.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 180 (70.70% from 255) = 62.07%
R=12.07%
G=25.86%
B=62.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35751800.810.5800.29223.4567.4442.16
Hex234BB4513A01Ddf432a
Octal431132641217203533710352
Binary1000111001011101101001010001111010011101110111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,180); }

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

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

 a { background-color: rgb(35,75,180); }

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

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

 span { border-color: rgb(35,75,180); }

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