Html Css Color HEX #3052CF Cerulean Blue

📋 copy color: '#3052CF'

red 48 ◦ green 82 ◦ blue 207

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

Shades of Cerulean Blue #3052CF

Tints of Cerulean Blue #3052CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 14.24%
G = 24.33%
B = 61.42%

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

#3052CF (or 0x3052CF) is known color: Cerulean Blue. HEX triplet: 30, 52 and CF. RGB value is (48,82,207). Sum of RGB (Red+Green+Blue) = 48+82+207=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #3052CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052CF is #CFAD30. Grayscale: #555555. Windows color (decimal): -13610289 or 13586992. OLE color: 13586992.

HSL color Cylindrical-coordinate representation of color #3052CF: hue angle of 227.17º 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 #3052CF is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 82 207 -
CMYK 0.77 0.60 0 0.19
HSL 227.17º 0.62% 0.5% -
HSV(B) 227.17º 0.77% 0.81% -
XYZ 15.5 11.17 60.37 -
YUV 86.08 196.24 100.84 -
System Red Green Blue C M Y K H S L
Decimal 48 82 207 0.77 0.60 0 0.19 227.17 0.62 0.5
Hex 30 52 CF 4D 3C 0 13 E3 3E 32
Octal 60 122 317 115 74 0 23 343 76 62
Binary 110000 1010010 11001111 1001101 111100 0 10011 11100011 111110 110010

Color Harmonies of #3052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052CF

Black with #3052CF

Text Example


Text Example

White with #3052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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