Html Css Color HEX #234DAD Cerulean Blue

📋 copy color: '#234DAD'

red 35 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #234DAD

Tints of Cerulean Blue #234DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 12.28%
G = 27.02%
B = 60.7%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#234DAD (or 0x234DAD) is known color: Cerulean Blue. HEX triplet: 23, 4D and AD. RGB value is (35,77,173). Sum of RGB (Red+Green+Blue) = 35+77+173=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #234DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234DAD is #DCB252. Grayscale: #4A4A4A. Windows color (decimal): -14463571 or 11357475. OLE color: 11357475.

HSL color Cylindrical-coordinate representation of color #234DAD: hue angle of 221.74º degrees, saturation: 0.66, 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 #234DAD is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 77 173 -
CMYK 0.80 0.55 0 0.32
HSL 221.74º 0.66% 0.41% -
HSV(B) 221.74º 0.8% 0.68% -
XYZ 10.89 8.68 40.64 -
YUV 75.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 35 77 173 0.80 0.55 0 0.32 221.74 0.66 0.41
Hex 23 4D AD 50 37 0 20 DE 42 29
Octal 43 115 255 120 67 0 40 336 102 51
Binary 100011 1001101 10101101 1010000 110111 0 100000 11011110 1000010 101001

Color Harmonies of #234DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DAD

Black with #234DAD

Text Example


Text Example

White with #234DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,77,173); }

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

background-color css

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

 a { background-color: rgb(35,77,173); }

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

border-color css

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

 span { border-color: rgb(35,77,173); }

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