Html Css Color HEX #246278 Orient

📋 copy color: '#246278'

red 36 ◦ green 98 ◦ blue 120

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

Shades of Orient #246278

Tints of Orient #246278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 14.17%
G = 38.58%
B = 47.24%

CMYK

 C value IS 0.7

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#246278 (or 0x246278) is known color: Orient. HEX triplet: 24, 62 and 78. RGB value is (36,98,120). Sum of RGB (Red+Green+Blue) = 36+98+120=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #246278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246278 is #DB9D87. Grayscale: #515151. Windows color (decimal): -14392712 or 7889444. OLE color: 7889444.

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

Color convert

RGB 36 98 120 -
CMYK 0.7 0.18 0 0.53
HSL 195.71º 0.54% 0.31% -
HSV(B) 195.71º 0.7% 0.47% -
XYZ 8.49 10.47 19.34 -
YUV 81.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 36 98 120 0.7 0.18 0 0.53 195.71 0.54 0.31
Hex 24 62 78 46 12 0 35 C4 36 1F
Octal 44 142 170 106 22 0 65 304 66 37
Binary 100100 1100010 1111000 1000110 10010 0 110101 11000100 110110 11111

Color Harmonies of #246278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246278

Black with #246278

Text Example


Text Example

White with #246278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246278; }

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

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

background-color css

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

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

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

border-color css

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

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

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