Html Css Color HEX #234FA6 Cerulean Blue

📋 copy color: '#234FA6'

red 35 ◦ green 79 ◦ blue 166

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

Shades of Cerulean Blue #234FA6

Tints of Cerulean Blue #234FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

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

R = 12.5%
G = 28.21%
B = 59.29%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#234FA6 (or 0x234FA6) is known color: Cerulean Blue. HEX triplet: 23, 4F and A6. RGB value is (35,79,166). Sum of RGB (Red+Green+Blue) = 35+79+166=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #234FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234FA6 is #DCB059. Grayscale: #4B4B4B. Windows color (decimal): -14463066 or 10899235. OLE color: 10899235.

HSL color Cylindrical-coordinate representation of color #234FA6: hue angle of 219.85º 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 #234FA6 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 79 166 -
CMYK 0.79 0.52 0 0.35
HSL 219.85º 0.65% 0.39% -
HSV(B) 219.85º 0.79% 0.65% -
XYZ 10.37 8.7 37.21 -
YUV 75.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 35 79 166 0.79 0.52 0 0.35 219.85 0.65 0.39
Hex 23 4F A6 4F 34 0 23 DC 41 27
Octal 43 117 246 117 64 0 43 334 101 47
Binary 100011 1001111 10100110 1001111 110100 0 100011 11011100 1000001 100111

Color Harmonies of #234FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FA6

Black with #234FA6

Text Example


Text Example

White with #234FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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