Html Css Color HEX #246277 Orient

📋 copy color: '#246277'

red 36 ◦ green 98 ◦ blue 119

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

Shades of Orient #246277

Tints of Orient #246277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 14.23%
G = 38.74%
B = 47.04%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246277 (or 0x246277) is known color: Orient. HEX triplet: 24, 62 and 77. RGB value is (36,98,119). Sum of RGB (Red+Green+Blue) = 36+98+119=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #246277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246277 is #DB9D88. Grayscale: #515151. Windows color (decimal): -14392713 or 7823908. OLE color: 7823908.

HSL color Cylindrical-coordinate representation of color #246277: hue angle of 195.18º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246277 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 98 119 -
CMYK 0.70 0.18 0 0.53
HSL 195.18º 0.54% 0.3% -
HSV(B) 195.18º 0.7% 0.47% -
XYZ 8.43 10.44 19.02 -
YUV 81.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 36 98 119 0.70 0.18 0 0.53 195.18 0.54 0.3
Hex 24 62 77 46 12 0 35 C3 36 1E
Octal 44 142 167 106 22 0 65 303 66 36
Binary 100100 1100010 1110111 1000110 10010 0 110101 11000011 110110 11110

Color Harmonies of #246277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246277

Black with #246277

Text Example


Text Example

White with #246277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246277; }

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

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

background-color css

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

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

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

border-color css

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

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

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