Html Css Color HEX #234CAA Cerulean Blue

📋 copy color: '#234CAA'

red 35 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #234CAA

Tints of Cerulean Blue #234CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.5%

R = 12.46%
G = 27.05%
B = 60.5%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234CAA (or 0x234CAA) is known color: Cerulean Blue. HEX triplet: 23, 4C and AA. RGB value is (35,76,170). Sum of RGB (Red+Green+Blue) = 35+76+170=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #234CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CAA is #DCB355. Grayscale: #4A4A4A. Windows color (decimal): -14463830 or 11160611. OLE color: 11160611.

HSL color Cylindrical-coordinate representation of color #234CAA: hue angle of 221.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234CAA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 76 170 -
CMYK 0.79 0.55 0 0.33
HSL 221.78º 0.66% 0.4% -
HSV(B) 221.78º 0.79% 0.67% -
XYZ 10.53 8.43 39.1 -
YUV 74.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 35 76 170 0.79 0.55 0 0.33 221.78 0.66 0.4
Hex 23 4C AA 4F 37 0 21 DE 42 28
Octal 43 114 252 117 67 0 41 336 102 50
Binary 100011 1001100 10101010 1001111 110111 0 100001 11011110 1000010 101000

Color Harmonies of #234CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CAA

Black with #234CAA

Text Example


Text Example

White with #234CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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