Html Css Color HEX #3047B3 Cerulean Blue

📋 copy color: '#3047B3'

red 48 ◦ green 71 ◦ blue 179

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

Shades of Cerulean Blue #3047B3

Tints of Cerulean Blue #3047B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.07%

R = 16.11%
G = 23.83%
B = 60.07%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3047B3 (or 0x3047B3) is known color: Cerulean Blue. HEX triplet: 30, 47 and B3. RGB value is (48,71,179). Sum of RGB (Red+Green+Blue) = 48+71+179=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #3047B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047B3 is #CFB84C. Grayscale: #4B4B4B. Windows color (decimal): -13613133 or 11749168. OLE color: 11749168.

HSL color Cylindrical-coordinate representation of color #3047B3: hue angle of 229.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3047B3 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 71 179 -
CMYK 0.73 0.60 0 0.30
HSL 229.47º 0.58% 0.45% -
HSV(B) 229.47º 0.73% 0.7% -
XYZ 11.61 8.39 43.66 -
YUV 76.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 48 71 179 0.73 0.60 0 0.30 229.47 0.58 0.45
Hex 30 47 B3 49 3C 0 1E E5 3A 2D
Octal 60 107 263 111 74 0 36 345 72 55
Binary 110000 1000111 10110011 1001001 111100 0 11110 11100101 111010 101101

Color Harmonies of #3047B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3047B3

Black with #3047B3

Text Example


Text Example

White with #3047B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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