Html Css Color HEX #246380 Orient

📋 copy color: '#246380'

red 36 ◦ green 99 ◦ blue 128

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

Shades of Orient #246380

Tints of Orient #246380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 13.69%
G = 37.64%
B = 48.67%

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

#246380 (or 0x246380) is known color: Orient. HEX triplet: 24, 63 and 80. RGB value is (36,99,128). Sum of RGB (Red+Green+Blue) = 36+99+128=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #246380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246380 is #DB9C7F. Grayscale: #535353. Windows color (decimal): -14392448 or 8413988. OLE color: 8413988.

HSL color Cylindrical-coordinate representation of color #246380: hue angle of 198.91º 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 #246380 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 99 128 -
CMYK 0.72 0.23 0 0.50
HSL 198.91º 0.56% 0.32% -
HSV(B) 198.91º 0.72% 0.5% -
XYZ 9.09 10.86 22.04 -
YUV 83.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 36 99 128 0.72 0.23 0 0.50 198.91 0.56 0.32
Hex 24 63 80 48 17 0 32 C7 38 20
Octal 44 143 200 110 27 0 62 307 70 40
Binary 100100 1100011 10000000 1001000 10111 0 110010 11000111 111000 100000

Color Harmonies of #246380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246380

Black with #246380

Text Example


Text Example

White with #246380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246380; }

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

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

background-color css

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

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

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

border-color css

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

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

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