Html Css Color HEX #30644C Spectra

📋 copy color: '#30644C'

red 48 ◦ green 100 ◦ blue 76

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

Shades of Spectra #30644C

Tints of Spectra #30644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 21.43%
G = 44.64%
B = 33.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#30644C (or 0x30644C) is known color: Spectra. HEX triplet: 30, 64 and 4C. RGB value is (48,100,76). Sum of RGB (Red+Green+Blue) = 48+100+76=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #30644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30644C is #CF9BB3. Grayscale: #515151. Windows color (decimal): -13605812 or 5006384. OLE color: 5006384.

HSL color Cylindrical-coordinate representation of color #30644C: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30644C is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 76 -
CMYK 0.52 0 0.24 0.61
HSL 152.31º 0.35% 0.29% -
HSV(B) 152.31º 0.52% 0.39% -
XYZ 7.08 10.26 8.45 -
YUV 81.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 48 100 76 0.52 0 0.24 0.61 152.31 0.35 0.29
Hex 30 64 4C 34 0 18 3D 98 23 1D
Octal 60 144 114 64 0 30 75 230 43 35
Binary 110000 1100100 1001100 110100 0 11000 111101 10011000 100011 11101

Color Harmonies of #30644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30644C

Black with #30644C

Text Example


Text Example

White with #30644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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