Html Css Color HEX #3047BB Cerulean Blue

📋 copy color: '#3047BB'

red 48 ◦ green 71 ◦ blue 187

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

Shades of Cerulean Blue #3047BB

Tints of Cerulean Blue #3047BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 15.69%
G = 23.2%
B = 61.11%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3047BB (or 0x3047BB) is known color: Cerulean Blue. HEX triplet: 30, 47 and BB. RGB value is (48,71,187). Sum of RGB (Red+Green+Blue) = 48+71+187=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #3047BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047BB is #CFB844. Grayscale: #4C4C4C. Windows color (decimal): -13613125 or 12273456. OLE color: 12273456.

HSL color Cylindrical-coordinate representation of color #3047BB: hue angle of 230.07º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3047BB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 71 187 -
CMYK 0.74 0.62 0 0.27
HSL 230.07º 0.59% 0.46% -
HSV(B) 230.07º 0.74% 0.73% -
XYZ 12.44 8.72 48.04 -
YUV 77.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 48 71 187 0.74 0.62 0 0.27 230.07 0.59 0.46
Hex 30 47 BB 4A 3E 0 1B E6 3B 2E
Octal 60 107 273 112 76 0 33 346 73 56
Binary 110000 1000111 10111011 1001010 111110 0 11011 11100110 111011 101110

Color Harmonies of #3047BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3047BB

Black with #3047BB

Text Example


Text Example

White with #3047BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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