Html Css Color HEX #3052AC Cerulean Blue

📋 copy color: '#3052AC'

red 48 ◦ green 82 ◦ blue 172

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

Shades of Cerulean Blue #3052AC

Tints of Cerulean Blue #3052AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 15.89%
G = 27.15%
B = 56.95%

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

#3052AC (or 0x3052AC) is known color: Cerulean Blue. HEX triplet: 30, 52 and AC. RGB value is (48,82,172). Sum of RGB (Red+Green+Blue) = 48+82+172=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #3052AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052AC is #CFAD53. Grayscale: #515151. Windows color (decimal): -13610324 or 11293232. OLE color: 11293232.

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

Color convert

RGB 48 82 172 -
CMYK 0.72 0.52 0 0.33
HSL 223.55º 0.56% 0.43% -
HSV(B) 223.55º 0.72% 0.67% -
XYZ 11.68 9.64 40.27 -
YUV 82.09 178.74 103.68 -
System Red Green Blue C M Y K H S L
Decimal 48 82 172 0.72 0.52 0 0.33 223.55 0.56 0.43
Hex 30 52 AC 48 34 0 21 E0 38 2B
Octal 60 122 254 110 64 0 41 340 70 53
Binary 110000 1010010 10101100 1001000 110100 0 100001 11100000 111000 101011

Color Harmonies of #3052AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052AC

Black with #3052AC

Text Example


Text Example

White with #3052AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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