Html Css Color HEX #3052AA Cerulean Blue

📋 copy color: '#3052AA'

red 48 ◦ green 82 ◦ blue 170

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

Shades of Cerulean Blue #3052AA

Tints of Cerulean Blue #3052AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 16%
G = 27.33%
B = 56.67%

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

#3052AA (or 0x3052AA) is known color: Cerulean Blue. HEX triplet: 30, 52 and AA. RGB value is (48,82,170). Sum of RGB (Red+Green+Blue) = 48+82+170=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #3052AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052AA is #CFAD55. Grayscale: #515151. Windows color (decimal): -13610326 or 11162160. OLE color: 11162160.

HSL color Cylindrical-coordinate representation of color #3052AA: hue angle of 223.28º 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 #3052AA is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 82 170 -
CMYK 0.72 0.52 0 0.33
HSL 223.28º 0.56% 0.43% -
HSV(B) 223.28º 0.72% 0.67% -
XYZ 11.49 9.57 39.27 -
YUV 81.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 48 82 170 0.72 0.52 0 0.33 223.28 0.56 0.43
Hex 30 52 AA 48 34 0 21 DF 38 2B
Octal 60 122 252 110 64 0 41 337 70 53
Binary 110000 1010010 10101010 1001000 110100 0 100001 11011111 111000 101011

Color Harmonies of #3052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052AA

Black with #3052AA

Text Example


Text Example

White with #3052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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