Html Css Color HEX #3046CE Cerulean Blue

📋 copy color: '#3046CE'

red 48 ◦ green 70 ◦ blue 206

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

Shades of Cerulean Blue #3046CE

Tints of Cerulean Blue #3046CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 14.81%
G = 21.6%
B = 63.58%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3046CE (or 0x3046CE) is known color: Cerulean Blue. HEX triplet: 30, 46 and CE. RGB value is (48,70,206). Sum of RGB (Red+Green+Blue) = 48+70+206=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3046CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046CE is #CFB931. Grayscale: #4E4E4E. Windows color (decimal): -13613362 or 13518384. OLE color: 13518384.

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

Color convert

RGB 48 70 206 -
CMYK 0.77 0.66 0 0.19
HSL 231.65º 0.62% 0.5% -
HSV(B) 231.65º 0.77% 0.81% -
XYZ 14.55 9.46 59.45 -
YUV 78.93 199.71 105.94 -
System Red Green Blue C M Y K H S L
Decimal 48 70 206 0.77 0.66 0 0.19 231.65 0.62 0.5
Hex 30 46 CE 4D 42 0 13 E8 3E 32
Octal 60 106 316 115 102 0 23 350 76 62
Binary 110000 1000110 11001110 1001101 1000010 0 10011 11101000 111110 110010

Color Harmonies of #3046CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046CE

Black with #3046CE

Text Example


Text Example

White with #3046CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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