Html Css Color HEX #30664C Spectra

📋 copy color: '#30664C'

red 48 ◦ green 102 ◦ blue 76

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

Shades of Spectra #30664C

Tints of Spectra #30664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 21.24%
G = 45.13%
B = 33.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#30664C (or 0x30664C) is known color: Spectra. HEX triplet: 30, 66 and 4C. RGB value is (48,102,76). Sum of RGB (Red+Green+Blue) = 48+102+76=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #30664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30664C is #CF99B3. Grayscale: #525252. Windows color (decimal): -13605300 or 5006896. OLE color: 5006896.

HSL color Cylindrical-coordinate representation of color #30664C: hue angle of 151.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30664C is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 76 -
CMYK 0.53 0 0.25 0.6
HSL 151.11º 0.36% 0.29% -
HSV(B) 151.11º 0.53% 0.4% -
XYZ 7.27 10.65 8.51 -
YUV 82.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 48 102 76 0.53 0 0.25 0.6 151.11 0.36 0.29
Hex 30 66 4C 35 0 19 3C 97 24 1D
Octal 60 146 114 65 0 31 74 227 44 35
Binary 110000 1100110 1001100 110101 0 11001 111100 10010111 100100 11101

Color Harmonies of #30664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30664C

Black with #30664C

Text Example


Text Example

White with #30664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,102,76); }

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

background-color css

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

 a { background-color: rgb(48,102,76); }

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

border-color css

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

 span { border-color: rgb(48,102,76); }

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