Html Css Color HEX #3348AB Cerulean Blue

📋 copy color: '#3348AB'

red 51 ◦ green 72 ◦ blue 171

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

Shades of Cerulean Blue #3348AB

Tints of Cerulean Blue #3348AB

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

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

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

R = 17.35%
G = 24.49%
B = 58.16%

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

#3348AB (or 0x3348AB) is known color: Cerulean Blue. HEX triplet: 33, 48 and AB. RGB value is (51,72,171). Sum of RGB (Red+Green+Blue) = 51+72+171=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #3348AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3348AB is #CCB754. Grayscale: #4C4C4C. Windows color (decimal): -13416277 or 11225139. OLE color: 11225139.

HSL color Cylindrical-coordinate representation of color #3348AB: hue angle of 229.5º degrees, saturation: 0.54, 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 #3348AB is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 72 171 -
CMYK 0.70 0.58 0 0.33
HSL 229.5º 0.54% 0.44% -
HSV(B) 229.5º 0.7% 0.67% -
XYZ 11.03 8.28 39.54 -
YUV 77.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 51 72 171 0.70 0.58 0 0.33 229.5 0.54 0.44
Hex 33 48 AB 46 3A 0 21 E6 36 2C
Octal 63 110 253 106 72 0 41 346 66 54
Binary 110011 1001000 10101011 1000110 111010 0 100001 11100110 110110 101100

Color Harmonies of #3348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3348AB

Black with #3348AB

Text Example


Text Example

White with #3348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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