Html Css Color HEX #3046AC Cerulean Blue

📋 copy color: '#3046AC'

red 48 ◦ green 70 ◦ blue 172

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

Shades of Cerulean Blue #3046AC

Tints of Cerulean Blue #3046AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 16.55%
G = 24.14%
B = 59.31%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3046AC (or 0x3046AC) is known color: Cerulean Blue. HEX triplet: 30, 46 and AC. RGB value is (48,70,172). Sum of RGB (Red+Green+Blue) = 48+70+172=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #3046AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3046AC is #CFB953. Grayscale: #4A4A4A. Windows color (decimal): -13613396 or 11290160. OLE color: 11290160.

HSL color Cylindrical-coordinate representation of color #3046AC: hue angle of 229.35º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3046AC is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 70 172 -
CMYK 0.72 0.59 0 0.33
HSL 229.35º 0.56% 0.43% -
HSV(B) 229.35º 0.72% 0.67% -
XYZ 10.86 7.99 40 -
YUV 75.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 48 70 172 0.72 0.59 0 0.33 229.35 0.56 0.43
Hex 30 46 AC 48 3B 0 21 E5 38 2B
Octal 60 106 254 110 73 0 41 345 70 53
Binary 110000 1000110 10101100 1001000 111011 0 100001 11100101 111000 101011

Color Harmonies of #3046AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3046AC

Black with #3046AC

Text Example


Text Example

White with #3046AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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