Html Css Color HEX #303C75 Resolution Blue

📋 copy color: '#303C75'

red 48 ◦ green 60 ◦ blue 117

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

Shades of Resolution Blue #303C75

Tints of Resolution Blue #303C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

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

R = 21.33%
G = 26.67%
B = 52%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303C75 (or 0x303C75) is known color: Resolution Blue. HEX triplet: 30, 3C and 75. RGB value is (48,60,117). Sum of RGB (Red+Green+Blue) = 48+60+117=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #303C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C75 is #CFC38A. Grayscale: #3E3E3E. Windows color (decimal): -13616011 or 7683120. OLE color: 7683120.

HSL color Cylindrical-coordinate representation of color #303C75: hue angle of 229.57º 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 #303C75 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 60 117 -
CMYK 0.59 0.49 0 0.54
HSL 229.57º 0.42% 0.32% -
HSV(B) 229.57º 0.59% 0.46% -
XYZ 6.05 5.14 17.5 -
YUV 62.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 48 60 117 0.59 0.49 0 0.54 229.57 0.42 0.32
Hex 30 3C 75 3B 31 0 36 E6 2A 20
Octal 60 74 165 73 61 0 66 346 52 40
Binary 110000 111100 1110101 111011 110001 0 110110 11100110 101010 100000

Color Harmonies of #303C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C75

Black with #303C75

Text Example


Text Example

White with #303C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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