Html Css Color HEX #3052AB Cerulean Blue

📋 copy color: '#3052AB'

red 48 ◦ green 82 ◦ blue 171

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

Shades of Cerulean Blue #3052AB

Tints of Cerulean Blue #3052AB

RGB

 RED value IS 48 (19.14% from 255) = 15.95%

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 15.95%
G = 27.24%
B = 56.81%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3052AB (or 0x3052AB) is known color: Cerulean Blue. HEX triplet: 30, 52 and AB. RGB value is (48,82,171). Sum of RGB (Red+Green+Blue) = 48+82+171=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #3052AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052AB is #CFAD54. Grayscale: #515151. Windows color (decimal): -13610325 or 11227696. OLE color: 11227696.

HSL color Cylindrical-coordinate representation of color #3052AB: hue angle of 223.41º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3052AB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 82 171 -
CMYK 0.72 0.52 0 0.33
HSL 223.41º 0.56% 0.43% -
HSV(B) 223.41º 0.72% 0.67% -
XYZ 11.59 9.6 39.77 -
YUV 81.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 48 82 171 0.72 0.52 0 0.33 223.41 0.56 0.43
Hex 30 52 AB 48 34 0 21 DF 38 2B
Octal 60 122 253 110 64 0 41 337 70 53
Binary 110000 1010010 10101011 1001000 110100 0 100001 11011111 111000 101011

Color Harmonies of #3052AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052AB

Black with #3052AB

Text Example


Text Example

White with #3052AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,82,171); }

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

background-color css

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

 a { background-color: rgb(48,82,171); }

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

border-color css

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

 span { border-color: rgb(48,82,171); }

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