#234BDA

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

Shades of Cerulean Blue #234BDA

Tints of Cerulean Blue #234BDA

Color information

#234BDA (or 0x234BDA) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4B and DA. RGB value is (35,75,218). Sum of RGB (Red+Green+Blue) = 35+75+218=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #234BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BDA is #DCB425. Grayscale: #4E4E4E. Windows color (decimal): -14464038 or 14306083. OLE color: 14306083.

HSL color Cylindrical-coordinate representation of color #234BDA: hue angle of 226.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234BDA is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3575218-
CMYK0.840.6600.15
HSL226.89º72.33%49.61%-
HSV(B)226.89º83.94%85.49%-
XYZ15.8610.4567.51-
YUV79.34206.2596.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 218 (85.55% from 255) = 66.46%
R=10.67%
G=22.87%
B=66.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35752180.840.6600.15226.8972.3349.61
Hex234BDA54420Fe34832
Octal4311333212410201734311062
Binary1000111001011110110101010100100001001111111000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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