Html Css Color HEX #3057BA Cerulean Blue

📋 copy color: '#3057BA'

red 48 ◦ green 87 ◦ blue 186

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

Shades of Cerulean Blue #3057BA

Tints of Cerulean Blue #3057BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 14.95%
G = 27.1%
B = 57.94%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3057BA (or 0x3057BA) is known color: Cerulean Blue. HEX triplet: 30, 57 and BA. RGB value is (48,87,186). Sum of RGB (Red+Green+Blue) = 48+87+186=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #3057BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3057BA is #CFA845. Grayscale: #565656. Windows color (decimal): -13609030 or 12212016. OLE color: 12212016.

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

Color convert

RGB 48 87 186 -
CMYK 0.74 0.53 0 0.27
HSL 223.04º 0.59% 0.46% -
HSV(B) 223.04º 0.74% 0.73% -
XYZ 13.49 10.99 47.86 -
YUV 86.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 48 87 186 0.74 0.53 0 0.27 223.04 0.59 0.46
Hex 30 57 BA 4A 35 0 1B DF 3B 2E
Octal 60 127 272 112 65 0 33 337 73 56
Binary 110000 1010111 10111010 1001010 110101 0 11011 11011111 111011 101110

Color Harmonies of #3057BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3057BA

Black with #3057BA

Text Example


Text Example

White with #3057BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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