Html Css Color HEX #234BA6 Cerulean Blue

📋 copy color: '#234BA6'

red 35 ◦ green 75 ◦ blue 166

#234BA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #234BA6

Tints of Cerulean Blue #234BA6

RGB

 RED value IS 35 (14.06% from 255) = 12.68%

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 166 (65.23% from 255) = 60.14%

R = 12.68%
G = 27.17%
B = 60.14%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#234BA6 (or 0x234BA6) is known color: Cerulean Blue. HEX triplet: 23, 4B and A6. RGB value is (35,75,166). Sum of RGB (Red+Green+Blue) = 35+75+166=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #234BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BA6 is #DCB459. Grayscale: #494949. Windows color (decimal): -14464090 or 10898211. OLE color: 10898211.

HSL color Cylindrical-coordinate representation of color #234BA6: hue angle of 221.68º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234BA6 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 75 166 -
CMYK 0.79 0.55 0 0.35
HSL 221.68º 0.65% 0.39% -
HSV(B) 221.68º 0.79% 0.65% -
XYZ 10.09 8.14 37.12 -
YUV 73.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 35 75 166 0.79 0.55 0 0.35 221.68 0.65 0.39
Hex 23 4B A6 4F 37 0 23 DE 41 27
Octal 43 113 246 117 67 0 43 336 101 47
Binary 100011 1001011 10100110 1001111 110111 0 100011 11011110 1000001 100111

Color Harmonies of #234BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BA6

Black with #234BA6

Text Example


Text Example

White with #234BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #234BA6;
 }
 .AnyTagClassName
 {
   color: #234BA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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