Html Css Color HEX #3052CE Cerulean Blue

📋 copy color: '#3052CE'

red 48 ◦ green 82 ◦ blue 206

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

Shades of Cerulean Blue #3052CE

Tints of Cerulean Blue #3052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 14.29%
G = 24.4%
B = 61.31%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3052CE (or 0x3052CE) is known color: Cerulean Blue. HEX triplet: 30, 52 and CE. RGB value is (48,82,206). Sum of RGB (Red+Green+Blue) = 48+82+206=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #3052CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052CE is #CFAD31. Grayscale: #555555. Windows color (decimal): -13610290 or 13521456. OLE color: 13521456.

HSL color Cylindrical-coordinate representation of color #3052CE: hue angle of 227.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3052CE is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 82 206 -
CMYK 0.77 0.60 0 0.19
HSL 227.09º 0.62% 0.5% -
HSV(B) 227.09º 0.77% 0.81% -
XYZ 15.38 11.12 59.73 -
YUV 85.97 195.74 100.92 -
System Red Green Blue C M Y K H S L
Decimal 48 82 206 0.77 0.60 0 0.19 227.09 0.62 0.5
Hex 30 52 CE 4D 3C 0 13 E3 3E 32
Octal 60 122 316 115 74 0 23 343 76 62
Binary 110000 1010010 11001110 1001101 111100 0 10011 11100011 111110 110010

Color Harmonies of #3052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052CE

Black with #3052CE

Text Example


Text Example

White with #3052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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