Html Css Color HEX #3047AD Cerulean Blue

📋 copy color: '#3047AD'

red 48 ◦ green 71 ◦ blue 173

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

Shades of Cerulean Blue #3047AD

Tints of Cerulean Blue #3047AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 16.44%
G = 24.32%
B = 59.25%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3047AD (or 0x3047AD) is known color: Cerulean Blue. HEX triplet: 30, 47 and AD. RGB value is (48,71,173). Sum of RGB (Red+Green+Blue) = 48+71+173=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3047AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3047AD is #CFB852. Grayscale: #4B4B4B. Windows color (decimal): -13613139 or 11355952. OLE color: 11355952.

HSL color Cylindrical-coordinate representation of color #3047AD: hue angle of 228.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3047AD is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 71 173 -
CMYK 0.72 0.59 0 0.32
HSL 228.96º 0.57% 0.43% -
HSV(B) 228.96º 0.72% 0.68% -
XYZ 11.01 8.15 40.53 -
YUV 75.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 48 71 173 0.72 0.59 0 0.32 228.96 0.57 0.43
Hex 30 47 AD 48 3B 0 20 E5 39 2B
Octal 60 107 255 110 73 0 40 345 71 53
Binary 110000 1000111 10101101 1001000 111011 0 100000 11100101 111001 101011

Color Harmonies of #3047AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3047AD

Black with #3047AD

Text Example


Text Example

White with #3047AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3047AD; }

 p { color: rgb(48,71,173); }

 H1.HeaderClassName
 {
   color: #3047AD;
 }
 .AnyTagClassName
 {
   color: #3047AD;
 }
</style>

background-color css

<style>
 a { background-color: #3047AD; }

 a { background-color: rgb(48,71,173); }

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

border-color css

<style>
 span { border-color: #3047AD; }

 span { border-color: rgb(48,71,173); }

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