Html Css Color HEX #3053CE Cerulean Blue

📋 copy color: '#3053CE'

red 48 ◦ green 83 ◦ blue 206

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

Shades of Cerulean Blue #3053CE

Tints of Cerulean Blue #3053CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 14.24%
G = 24.63%
B = 61.13%

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

#3053CE (or 0x3053CE) is known color: Cerulean Blue. HEX triplet: 30, 53 and CE. RGB value is (48,83,206). Sum of RGB (Red+Green+Blue) = 48+83+206=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #3053CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053CE is #CFAC31. Grayscale: #565656. Windows color (decimal): -13610034 or 13521712. OLE color: 13521712.

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

Color convert

RGB 48 83 206 -
CMYK 0.77 0.60 0 0.19
HSL 226.71º 0.62% 0.5% -
HSV(B) 226.71º 0.77% 0.81% -
XYZ 15.45 11.27 59.75 -
YUV 86.56 195.4 100.5 -
System Red Green Blue C M Y K H S L
Decimal 48 83 206 0.77 0.60 0 0.19 226.71 0.62 0.5
Hex 30 53 CE 4D 3C 0 13 E3 3E 32
Octal 60 123 316 115 74 0 23 343 76 62
Binary 110000 1010011 11001110 1001101 111100 0 10011 11100011 111110 110010

Color Harmonies of #3053CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053CE

Black with #3053CE

Text Example


Text Example

White with #3053CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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