Html Css Color HEX #30406F Resolution Blue

📋 copy color: '#30406F'

red 48 ◦ green 64 ◦ blue 111

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

Shades of Resolution Blue #30406F

Tints of Resolution Blue #30406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 21.52%
G = 28.7%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30406F (or 0x30406F) is known color: Resolution Blue. HEX triplet: 30, 40 and 6F. RGB value is (48,64,111). Sum of RGB (Red+Green+Blue) = 48+64+111=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #30406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30406F is #CFBF90. Grayscale: #404040. Windows color (decimal): -13614993 or 7290928. OLE color: 7290928.

HSL color Cylindrical-coordinate representation of color #30406F: hue angle of 224.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30406F is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 64 111 -
CMYK 0.57 0.42 0 0.56
HSL 224.76º 0.4% 0.31% -
HSV(B) 224.76º 0.57% 0.44% -
XYZ 5.92 5.44 15.78 -
YUV 64.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 48 64 111 0.57 0.42 0 0.56 224.76 0.4 0.31
Hex 30 40 6F 39 2A 0 38 E1 28 1F
Octal 60 100 157 71 52 0 70 341 50 37
Binary 110000 1000000 1101111 111001 101010 0 111000 11100001 101000 11111

Color Harmonies of #30406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30406F

Black with #30406F

Text Example


Text Example

White with #30406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30406F; }

 p { color: rgb(48,64,111); }

 H1.HeaderClassName
 {
   color: #30406F;
 }
 .AnyTagClassName
 {
   color: #30406F;
 }
</style>

background-color css

<style>
 a { background-color: #30406F; }

 a { background-color: rgb(48,64,111); }

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

border-color css

<style>
 span { border-color: #30406F; }

 span { border-color: rgb(48,64,111); }

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