Html Css Color HEX #303B75 Resolution Blue

📋 copy color: '#303B75'

red 48 ◦ green 59 ◦ blue 117

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

Shades of Resolution Blue #303B75

Tints of Resolution Blue #303B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 21.43%
G = 26.34%
B = 52.23%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303B75 (or 0x303B75) is known color: Resolution Blue. HEX triplet: 30, 3B and 75. RGB value is (48,59,117). Sum of RGB (Red+Green+Blue) = 48+59+117=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #303B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B75 is #CFC48A. Grayscale: #3E3E3E. Windows color (decimal): -13616267 or 7682864. OLE color: 7682864.

HSL color Cylindrical-coordinate representation of color #303B75: hue angle of 230.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303B75 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 59 117 -
CMYK 0.59 0.50 0 0.54
HSL 230.43º 0.42% 0.32% -
HSV(B) 230.43º 0.59% 0.46% -
XYZ 5.99 5.04 17.49 -
YUV 62.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 48 59 117 0.59 0.50 0 0.54 230.43 0.42 0.32
Hex 30 3B 75 3B 32 0 36 E6 2A 20
Octal 60 73 165 73 62 0 66 346 52 40
Binary 110000 111011 1110101 111011 110010 0 110110 11100110 101010 100000

Color Harmonies of #303B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B75

Black with #303B75

Text Example


Text Example

White with #303B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B75; }

 p { color: rgb(48,59,117); }

 H1.HeaderClassName
 {
   color: #303B75;
 }
 .AnyTagClassName
 {
   color: #303B75;
 }
</style>

background-color css

<style>
 a { background-color: #303B75; }

 a { background-color: rgb(48,59,117); }

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

border-color css

<style>
 span { border-color: #303B75; }

 span { border-color: rgb(48,59,117); }

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