Html Css Color HEX #234AAE Cerulean Blue

📋 copy color: '#234AAE'

red 35 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #234AAE

Tints of Cerulean Blue #234AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 12.37%
G = 26.15%
B = 61.48%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#234AAE (or 0x234AAE) is known color: Cerulean Blue. HEX triplet: 23, 4A and AE. RGB value is (35,74,174). Sum of RGB (Red+Green+Blue) = 35+74+174=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #234AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234AAE is #DCB551. Grayscale: #494949. Windows color (decimal): -14464338 or 11422243. OLE color: 11422243.

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

Color convert

RGB 35 74 174 -
CMYK 0.80 0.57 0 0.32
HSL 223.17º 0.67% 0.41% -
HSV(B) 223.17º 0.8% 0.68% -
XYZ 10.78 8.31 41.08 -
YUV 73.74 184.58 100.37 -
System Red Green Blue C M Y K H S L
Decimal 35 74 174 0.80 0.57 0 0.32 223.17 0.67 0.41
Hex 23 4A AE 50 39 0 20 DF 43 29
Octal 43 112 256 120 71 0 40 337 103 51
Binary 100011 1001010 10101110 1010000 111001 0 100000 11011111 1000011 101001

Color Harmonies of #234AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234AAE

Black with #234AAE

Text Example


Text Example

White with #234AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,74,174); }

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

background-color css

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

 a { background-color: rgb(35,74,174); }

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

border-color css

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

 span { border-color: rgb(35,74,174); }

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