Html Css Color HEX #21835C Deep Sea

📋 copy color: '#21835C'

red 33 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #21835C

Tints of Deep Sea #21835C

RGB

 RED value IS 33 (13.28% from 255) = 12.89%

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 12.89%
G = 51.17%
B = 35.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#21835C (or 0x21835C) is known color: Deep Sea. HEX triplet: 21, 83 and 5C. RGB value is (33,131,92). Sum of RGB (Red+Green+Blue) = 33+131+92=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #21835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21835C is #DE7CA3. Grayscale: #616161. Windows color (decimal): -14580900 or 6062881. OLE color: 6062881.

HSL color Cylindrical-coordinate representation of color #21835C: hue angle of 156.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21835C is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 92 -
CMYK 0.75 0 0.30 0.49
HSL 156.12º 0.6% 0.32% -
HSV(B) 156.12º 0.75% 0.51% -
XYZ 10.68 17.33 12.91 -
YUV 97.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 33 131 92 0.75 0 0.30 0.49 156.12 0.6 0.32
Hex 21 83 5C 4B 0 1E 31 9C 3C 20
Octal 41 203 134 113 0 36 61 234 74 40
Binary 100001 10000011 1011100 1001011 0 11110 110001 10011100 111100 100000

Color Harmonies of #21835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21835C

Black with #21835C

Text Example


Text Example

White with #21835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,131,92); }

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

background-color css

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

 a { background-color: rgb(33,131,92); }

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

border-color css

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

 span { border-color: rgb(33,131,92); }

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