Html Css Color HEX #246175 Orient

📋 copy color: '#246175'

red 36 ◦ green 97 ◦ blue 117

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

Shades of Orient #246175

Tints of Orient #246175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 14.4%
G = 38.8%
B = 46.8%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#246175 (or 0x246175) is known color: Orient. HEX triplet: 24, 61 and 75. RGB value is (36,97,117). Sum of RGB (Red+Green+Blue) = 36+97+117=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #246175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246175 is #DB9E8A. Grayscale: #505050. Windows color (decimal): -14392971 or 7692580. OLE color: 7692580.

HSL color Cylindrical-coordinate representation of color #246175: hue angle of 194.81º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246175 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 97 117 -
CMYK 0.69 0.17 0 0.54
HSL 194.81º 0.53% 0.3% -
HSV(B) 194.81º 0.69% 0.46% -
XYZ 8.21 10.21 18.37 -
YUV 81.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 36 97 117 0.69 0.17 0 0.54 194.81 0.53 0.3
Hex 24 61 75 45 11 0 36 C3 35 1E
Octal 44 141 165 105 21 0 66 303 65 36
Binary 100100 1100001 1110101 1000101 10001 0 110110 11000011 110101 11110

Color Harmonies of #246175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246175

Black with #246175

Text Example


Text Example

White with #246175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246175; }

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

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

background-color css

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

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

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

border-color css

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

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

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