Html Css Color HEX #30466C Resolution Blue

📋 copy color: '#30466C'

red 48 ◦ green 70 ◦ blue 108

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

Shades of Resolution Blue #30466C

Tints of Resolution Blue #30466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 21.24%
G = 30.97%
B = 47.79%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30466C (or 0x30466C) is known color: Resolution Blue. HEX triplet: 30, 46 and 6C. RGB value is (48,70,108). Sum of RGB (Red+Green+Blue) = 48+70+108=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #30466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466C is #CFB993. Grayscale: #434343. Windows color (decimal): -13613460 or 7095856. OLE color: 7095856.

HSL color Cylindrical-coordinate representation of color #30466C: hue angle of 218º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30466C is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 70 108 -
CMYK 0.56 0.35 0 0.58
HSL 218º 0.38% 0.31% -
HSV(B) 218º 0.56% 0.42% -
XYZ 6.12 6.09 15.04 -
YUV 67.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 48 70 108 0.56 0.35 0 0.58 218 0.38 0.31
Hex 30 46 6C 38 23 0 3A DA 26 1F
Octal 60 106 154 70 43 0 72 332 46 37
Binary 110000 1000110 1101100 111000 100011 0 111010 11011010 100110 11111

Color Harmonies of #30466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30466C

Black with #30466C

Text Example


Text Example

White with #30466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30466C; }

 p { color: rgb(48,70,108); }

 H1.HeaderClassName
 {
   color: #30466C;
 }
 .AnyTagClassName
 {
   color: #30466C;
 }
</style>

background-color css

<style>
 a { background-color: #30466C; }

 a { background-color: rgb(48,70,108); }

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

border-color css

<style>
 span { border-color: #30466C; }

 span { border-color: rgb(48,70,108); }

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