Html Css Color HEX #246075 Orient

📋 copy color: '#246075'

red 36 ◦ green 96 ◦ blue 117

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

Shades of Orient #246075

Tints of Orient #246075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 14.46%
G = 38.55%
B = 46.99%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#246075 (or 0x246075) is known color: Orient. HEX triplet: 24, 60 and 75. RGB value is (36,96,117). Sum of RGB (Red+Green+Blue) = 36+96+117=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #246075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246075 is #DB9F8A. Grayscale: #505050. Windows color (decimal): -14393227 or 7692324. OLE color: 7692324.

HSL color Cylindrical-coordinate representation of color #246075: hue angle of 195.56º 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 #246075 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 96 117 -
CMYK 0.69 0.18 0 0.54
HSL 195.56º 0.53% 0.3% -
HSV(B) 195.56º 0.69% 0.46% -
XYZ 8.12 10.03 18.34 -
YUV 80.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 36 96 117 0.69 0.18 0 0.54 195.56 0.53 0.3
Hex 24 60 75 45 12 0 36 C4 35 1E
Octal 44 140 165 105 22 0 66 304 65 36
Binary 100100 1100000 1110101 1000101 10010 0 110110 11000100 110101 11110

Color Harmonies of #246075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246075

Black with #246075

Text Example


Text Example

White with #246075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246075; }

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

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

background-color css

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

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

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

border-color css

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

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

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