Html Css Color HEX #3046B5 Cerulean Blue

📋 copy color: '#3046B5'

red 48 ◦ green 70 ◦ blue 181

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

Shades of Cerulean Blue #3046B5

Tints of Cerulean Blue #3046B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 60.54%

R = 16.05%
G = 23.41%
B = 60.54%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3046B5 (or 0x3046B5) is known color: Cerulean Blue. HEX triplet: 30, 46 and B5. RGB value is (48,70,181). Sum of RGB (Red+Green+Blue) = 48+70+181=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #3046B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046B5 is #CFB94A. Grayscale: #4B4B4B. Windows color (decimal): -13613387 or 11879984. OLE color: 11879984.

HSL color Cylindrical-coordinate representation of color #3046B5: hue angle of 230.08º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3046B5 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 70 181 -
CMYK 0.73 0.61 0 0.29
HSL 230.08º 0.58% 0.45% -
HSV(B) 230.08º 0.73% 0.71% -
XYZ 11.75 8.34 44.71 -
YUV 76.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 48 70 181 0.73 0.61 0 0.29 230.08 0.58 0.45
Hex 30 46 B5 49 3D 0 1D E6 3A 2D
Octal 60 106 265 111 75 0 35 346 72 55
Binary 110000 1000110 10110101 1001001 111101 0 11101 11100110 111010 101101

Color Harmonies of #3046B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046B5

Black with #3046B5

Text Example


Text Example

White with #3046B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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