Html Css Color HEX #246171 Orient

📋 copy color: '#246171'

red 36 ◦ green 97 ◦ blue 113

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

Shades of Orient #246171

Tints of Orient #246171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 14.63%
G = 39.43%
B = 45.93%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246171 (or 0x246171) is known color: Orient. HEX triplet: 24, 61 and 71. RGB value is (36,97,113). Sum of RGB (Red+Green+Blue) = 36+97+113=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #246171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246171 is #DB9E8E. Grayscale: #505050. Windows color (decimal): -14392975 or 7430436. OLE color: 7430436.

HSL color Cylindrical-coordinate representation of color #246171: hue angle of 192.47º degrees, saturation: 0.52, 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 #246171 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 97 113 -
CMYK 0.68 0.14 0 0.56
HSL 192.47º 0.52% 0.29% -
HSV(B) 192.47º 0.68% 0.44% -
XYZ 7.98 10.12 17.15 -
YUV 80.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 36 97 113 0.68 0.14 0 0.56 192.47 0.52 0.29
Hex 24 61 71 44 E 0 38 C0 34 1D
Octal 44 141 161 104 16 0 70 300 64 35
Binary 100100 1100001 1110001 1000100 1110 0 111000 11000000 110100 11101

Color Harmonies of #246171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246171

Black with #246171

Text Example


Text Example

White with #246171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246171; }

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

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

background-color css

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

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

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

border-color css

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

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

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