Html Css Color HEX #3046BF Cerulean Blue

📋 copy color: '#3046BF'

red 48 ◦ green 70 ◦ blue 191

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

Shades of Cerulean Blue #3046BF

Tints of Cerulean Blue #3046BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 15.53%
G = 22.65%
B = 61.81%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3046BF (or 0x3046BF) is known color: Cerulean Blue. HEX triplet: 30, 46 and BF. RGB value is (48,70,191). Sum of RGB (Red+Green+Blue) = 48+70+191=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #3046BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BF is #CFB940. Grayscale: #4C4C4C. Windows color (decimal): -13613377 or 12535344. OLE color: 12535344.

HSL color Cylindrical-coordinate representation of color #3046BF: hue angle of 230.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3046BF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 70 191 -
CMYK 0.75 0.63 0 0.25
HSL 230.77º 0.6% 0.47% -
HSV(B) 230.77º 0.75% 0.75% -
XYZ 12.81 8.77 50.31 -
YUV 77.22 192.21 107.16 -
System Red Green Blue C M Y K H S L
Decimal 48 70 191 0.75 0.63 0 0.25 230.77 0.6 0.47
Hex 30 46 BF 4B 3F 0 19 E7 3C 2F
Octal 60 106 277 113 77 0 31 347 74 57
Binary 110000 1000110 10111111 1001011 111111 0 11001 11100111 111100 101111

Color Harmonies of #3046BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046BF

Black with #3046BF

Text Example


Text Example

White with #3046BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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