Html Css Color HEX #3056BA Cerulean Blue

📋 copy color: '#3056BA'

red 48 ◦ green 86 ◦ blue 186

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

Shades of Cerulean Blue #3056BA

Tints of Cerulean Blue #3056BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 15%
G = 26.88%
B = 58.13%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3056BA (or 0x3056BA) is known color: Cerulean Blue. HEX triplet: 30, 56 and BA. RGB value is (48,86,186). Sum of RGB (Red+Green+Blue) = 48+86+186=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3056BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3056BA is #CFA945. Grayscale: #555555. Windows color (decimal): -13609286 or 12211760. OLE color: 12211760.

HSL color Cylindrical-coordinate representation of color #3056BA: hue angle of 223.48º 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 #3056BA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 86 186 -
CMYK 0.74 0.54 0 0.27
HSL 223.48º 0.59% 0.46% -
HSV(B) 223.48º 0.74% 0.73% -
XYZ 13.41 10.83 47.84 -
YUV 86.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 48 86 186 0.74 0.54 0 0.27 223.48 0.59 0.46
Hex 30 56 BA 4A 36 0 1B DF 3B 2E
Octal 60 126 272 112 66 0 33 337 73 56
Binary 110000 1010110 10111010 1001010 110110 0 11011 11011111 111011 101110

Color Harmonies of #3056BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3056BA

Black with #3056BA

Text Example


Text Example

White with #3056BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3056BA; }

 p { color: rgb(48,86,186); }

 H1.HeaderClassName
 {
   color: #3056BA;
 }
 .AnyTagClassName
 {
   color: #3056BA;
 }
</style>

background-color css

<style>
 a { background-color: #3056BA; }

 a { background-color: rgb(48,86,186); }

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

border-color css

<style>
 span { border-color: #3056BA; }

 span { border-color: rgb(48,86,186); }

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