Html Css Color HEX #246280 Orient

📋 copy color: '#246280'

red 36 ◦ green 98 ◦ blue 128

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

Shades of Orient #246280

Tints of Orient #246280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 13.74%
G = 37.4%
B = 48.85%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#246280 (or 0x246280) is known color: Orient. HEX triplet: 24, 62 and 80. RGB value is (36,98,128). Sum of RGB (Red+Green+Blue) = 36+98+128=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #246280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246280 is #DB9D7F. Grayscale: #525252. Windows color (decimal): -14392704 or 8413732. OLE color: 8413732.

HSL color Cylindrical-coordinate representation of color #246280: hue angle of 199.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246280 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 98 128 -
CMYK 0.72 0.23 0 0.50
HSL 199.57º 0.56% 0.32% -
HSV(B) 199.57º 0.72% 0.5% -
XYZ 8.99 10.67 22.01 -
YUV 82.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 36 98 128 0.72 0.23 0 0.50 199.57 0.56 0.32
Hex 24 62 80 48 17 0 32 C8 38 20
Octal 44 142 200 110 27 0 62 310 70 40
Binary 100100 1100010 10000000 1001000 10111 0 110010 11001000 111000 100000

Color Harmonies of #246280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246280

Black with #246280

Text Example


Text Example

White with #246280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246280; }

 p { color: rgb(36,98,128); }

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

background-color css

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

 a { background-color: rgb(36,98,128); }

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

border-color css

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

 span { border-color: rgb(36,98,128); }

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