#234ADB

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

Shades of Cerulean Blue #234ADB

Tints of Cerulean Blue #234ADB

Color information

#234ADB (or 0x234ADB) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4A and DB. RGB value is (35,74,219). Sum of RGB (Red+Green+Blue) = 35+74+219=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #234ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ADB is #DCB524. Grayscale: #4E4E4E. Windows color (decimal): -14464293 or 14371363. OLE color: 14371363.

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

Color convert

RGB3574219-
CMYK0.840.6600.14
HSL227.28º72.44%49.8%-
HSV(B)227.28º84.02%85.88%-
XYZ15.9310.3768.18-
YUV78.87207.0896.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 219 (85.94% from 255) = 66.77%
R=10.67%
G=22.56%
B=66.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal35742190.840.6600.14227.2872.4449.8
Hex234ADB54420Ee34832
Octal4311233312410201634311062
Binary1000111001010110110111010100100001001110111000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,74,219); }

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

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

 a { background-color: rgb(35,74,219); }

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

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

 span { border-color: rgb(35,74,219); }

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