Html Css Color HEX #3448AB Cerulean Blue

📋 copy color: '#3448AB'

red 52 ◦ green 72 ◦ blue 171

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

Shades of Cerulean Blue #3448AB

Tints of Cerulean Blue #3448AB

RGB

 RED value IS 52 (20.7% from 255) = 17.63%

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 17.63%
G = 24.41%
B = 57.97%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3448AB (or 0x3448AB) is known color: Cerulean Blue. HEX triplet: 34, 48 and AB. RGB value is (52,72,171). Sum of RGB (Red+Green+Blue) = 52+72+171=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #3448AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3448AB is #CBB754. Grayscale: #4C4C4C. Windows color (decimal): -13350741 or 11225140. OLE color: 11225140.

HSL color Cylindrical-coordinate representation of color #3448AB: hue angle of 229.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3448AB is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 72 171 -
CMYK 0.70 0.58 0 0.33
HSL 229.92º 0.53% 0.44% -
HSV(B) 229.92º 0.7% 0.67% -
XYZ 11.08 8.31 39.55 -
YUV 77.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 52 72 171 0.70 0.58 0 0.33 229.92 0.53 0.44
Hex 34 48 AB 46 3A 0 21 E6 35 2C
Octal 64 110 253 106 72 0 41 346 65 54
Binary 110100 1001000 10101011 1000110 111010 0 100001 11100110 110101 101100

Color Harmonies of #3448AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3448AB

Black with #3448AB

Text Example


Text Example

White with #3448AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3448AB; }

 p { color: rgb(52,72,171); }

 H1.HeaderClassName
 {
   color: #3448AB;
 }
 .AnyTagClassName
 {
   color: #3448AB;
 }
</style>

background-color css

<style>
 a { background-color: #3448AB; }

 a { background-color: rgb(52,72,171); }

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

border-color css

<style>
 span { border-color: #3448AB; }

 span { border-color: rgb(52,72,171); }

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