Html Css Color HEX #3053B9 Cerulean Blue

📋 copy color: '#3053B9'

red 48 ◦ green 83 ◦ blue 185

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

Shades of Cerulean Blue #3053B9

Tints of Cerulean Blue #3053B9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 185 (72.66% from 255) = 58.54%

R = 15.19%
G = 26.27%
B = 58.54%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3053B9 (or 0x3053B9) is known color: Cerulean Blue. HEX triplet: 30, 53 and B9. RGB value is (48,83,185). Sum of RGB (Red+Green+Blue) = 48+83+185=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #3053B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053B9 is #CFAC46. Grayscale: #535353. Windows color (decimal): -13610055 or 12145456. OLE color: 12145456.

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

Color convert

RGB 48 83 185 -
CMYK 0.74 0.55 0 0.27
HSL 224.67º 0.59% 0.46% -
HSV(B) 224.67º 0.74% 0.73% -
XYZ 13.07 10.32 47.2 -
YUV 84.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 48 83 185 0.74 0.55 0 0.27 224.67 0.59 0.46
Hex 30 53 B9 4A 37 0 1B E1 3B 2E
Octal 60 123 271 112 67 0 33 341 73 56
Binary 110000 1010011 10111001 1001010 110111 0 11011 11100001 111011 101110

Color Harmonies of #3053B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053B9

Black with #3053B9

Text Example


Text Example

White with #3053B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3053B9; }

 p { color: rgb(48,83,185); }

 H1.HeaderClassName
 {
   color: #3053B9;
 }
 .AnyTagClassName
 {
   color: #3053B9;
 }
</style>

background-color css

<style>
 a { background-color: #3053B9; }

 a { background-color: rgb(48,83,185); }

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

border-color css

<style>
 span { border-color: #3053B9; }

 span { border-color: rgb(48,83,185); }

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