Html Css Color HEX #306552 Spectra

📋 copy color: '#306552'

red 48 ◦ green 101 ◦ blue 82

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

Shades of Spectra #306552

Tints of Spectra #306552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 20.78%
G = 43.72%
B = 35.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#306552 (or 0x306552) is known color: Spectra. HEX triplet: 30, 65 and 52. RGB value is (48,101,82). Sum of RGB (Red+Green+Blue) = 48+101+82=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #306552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306552 is #CF9AAD. Grayscale: #535353. Windows color (decimal): -13605550 or 5399856. OLE color: 5399856.

HSL color Cylindrical-coordinate representation of color #306552: hue angle of 158.49º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306552 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 82 -
CMYK 0.52 0 0.19 0.60
HSL 158.49º 0.36% 0.29% -
HSV(B) 158.49º 0.52% 0.4% -
XYZ 7.4 10.54 9.63 -
YUV 82.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 48 101 82 0.52 0 0.19 0.60 158.49 0.36 0.29
Hex 30 65 52 34 0 13 3C 9E 24 1D
Octal 60 145 122 64 0 23 74 236 44 35
Binary 110000 1100101 1010010 110100 0 10011 111100 10011110 100100 11101

Color Harmonies of #306552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306552

Black with #306552

Text Example


Text Example

White with #306552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306552; }

 p { color: rgb(48,101,82); }

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

background-color css

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

 a { background-color: rgb(48,101,82); }

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

border-color css

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

 span { border-color: rgb(48,101,82); }

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