Html Css Color HEX #234CAC Cerulean Blue

📋 copy color: '#234CAC'

red 35 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #234CAC

Tints of Cerulean Blue #234CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 12.37%
G = 26.86%
B = 60.78%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234CAC (or 0x234CAC) is known color: Cerulean Blue. HEX triplet: 23, 4C and AC. RGB value is (35,76,172). Sum of RGB (Red+Green+Blue) = 35+76+172=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #234CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CAC is #DCB353. Grayscale: #4A4A4A. Windows color (decimal): -14463828 or 11291683. OLE color: 11291683.

HSL color Cylindrical-coordinate representation of color #234CAC: hue angle of 222.04º 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 #234CAC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 76 172 -
CMYK 0.80 0.56 0 0.33
HSL 222.04º 0.66% 0.41% -
HSV(B) 222.04º 0.8% 0.67% -
XYZ 10.72 8.5 40.11 -
YUV 74.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 35 76 172 0.80 0.56 0 0.33 222.04 0.66 0.41
Hex 23 4C AC 50 38 0 21 DE 42 29
Octal 43 114 254 120 70 0 41 336 102 51
Binary 100011 1001100 10101100 1010000 111000 0 100001 11011110 1000010 101001

Color Harmonies of #234CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CAC

Black with #234CAC

Text Example


Text Example

White with #234CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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