Html Css Color HEX #246170 Orient

📋 copy color: '#246170'

red 36 ◦ green 97 ◦ blue 112

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

Shades of Orient #246170

Tints of Orient #246170

RGB

 RED value IS 36 (14.45% from 255) = 14.69%

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 14.69%
G = 39.59%
B = 45.71%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246170 (or 0x246170) is known color: Orient. HEX triplet: 24, 61 and 70. RGB value is (36,97,112). Sum of RGB (Red+Green+Blue) = 36+97+112=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #246170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246170 is #DB9E8F. Grayscale: #505050. Windows color (decimal): -14392976 or 7364900. OLE color: 7364900.

HSL color Cylindrical-coordinate representation of color #246170: hue angle of 191.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246170 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 97 112 -
CMYK 0.68 0.13 0 0.56
HSL 191.84º 0.51% 0.29% -
HSV(B) 191.84º 0.68% 0.44% -
XYZ 7.93 10.09 16.86 -
YUV 80.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 36 97 112 0.68 0.13 0 0.56 191.84 0.51 0.29
Hex 24 61 70 44 D 0 38 C0 33 1D
Octal 44 141 160 104 15 0 70 300 63 35
Binary 100100 1100001 1110000 1000100 1101 0 111000 11000000 110011 11101

Color Harmonies of #246170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246170

Black with #246170

Text Example


Text Example

White with #246170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246170; }

 p { color: rgb(36,97,112); }

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

background-color css

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

 a { background-color: rgb(36,97,112); }

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

border-color css

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

 span { border-color: rgb(36,97,112); }

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