Html Css Color HEX #234FAC Cerulean Blue

📋 copy color: '#234FAC'

red 35 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #234FAC

Tints of Cerulean Blue #234FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 12.24%
G = 27.62%
B = 60.14%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234FAC (or 0x234FAC) is known color: Cerulean Blue. HEX triplet: 23, 4F and AC. RGB value is (35,79,172). Sum of RGB (Red+Green+Blue) = 35+79+172=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #234FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234FAC is #DCB053. Grayscale: #4C4C4C. Windows color (decimal): -14463060 or 11292451. OLE color: 11292451.

HSL color Cylindrical-coordinate representation of color #234FAC: hue angle of 220.73º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234FAC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 79 172 -
CMYK 0.80 0.54 0 0.33
HSL 220.73º 0.66% 0.41% -
HSV(B) 220.73º 0.8% 0.67% -
XYZ 10.94 8.93 40.18 -
YUV 76.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 35 79 172 0.80 0.54 0 0.33 220.73 0.66 0.41
Hex 23 4F AC 50 36 0 21 DD 42 29
Octal 43 117 254 120 66 0 41 335 102 51
Binary 100011 1001111 10101100 1010000 110110 0 100001 11011101 1000010 101001

Color Harmonies of #234FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FAC

Black with #234FAC

Text Example


Text Example

White with #234FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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