Html Css Color HEX #3046CF Cerulean Blue

📋 copy color: '#3046CF'

red 48 ◦ green 70 ◦ blue 207

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

Shades of Cerulean Blue #3046CF

Tints of Cerulean Blue #3046CF

RGB

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

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

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

R = 14.77%
G = 21.54%
B = 63.69%

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

#3046CF (or 0x3046CF) is known color: Cerulean Blue. HEX triplet: 30, 46 and CF. RGB value is (48,70,207). Sum of RGB (Red+Green+Blue) = 48+70+207=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #3046CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046CF is #CFB930. Grayscale: #4E4E4E. Windows color (decimal): -13613361 or 13583920. OLE color: 13583920.

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

Color convert

RGB 48 70 207 -
CMYK 0.77 0.66 0 0.19
HSL 231.7º 0.62% 0.5% -
HSV(B) 231.7º 0.77% 0.81% -
XYZ 14.67 9.51 60.09 -
YUV 79.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 48 70 207 0.77 0.66 0 0.19 231.7 0.62 0.5
Hex 30 46 CF 4D 42 0 13 E8 3E 32
Octal 60 106 317 115 102 0 23 350 76 62
Binary 110000 1000110 11001111 1001101 1000010 0 10011 11101000 111110 110010

Color Harmonies of #3046CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046CF

Black with #3046CF

Text Example


Text Example

White with #3046CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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