Html Css Color HEX #246273 Orient

📋 copy color: '#246273'

red 36 ◦ green 98 ◦ blue 115

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

Shades of Orient #246273

Tints of Orient #246273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 14.46%
G = 39.36%
B = 46.18%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#246273 (or 0x246273) is known color: Orient. HEX triplet: 24, 62 and 73. RGB value is (36,98,115). Sum of RGB (Red+Green+Blue) = 36+98+115=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #246273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246273 is #DB9D8C. Grayscale: #515151. Windows color (decimal): -14392717 or 7561764. OLE color: 7561764.

HSL color Cylindrical-coordinate representation of color #246273: hue angle of 192.91º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246273 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 98 115 -
CMYK 0.69 0.15 0 0.55
HSL 192.91º 0.52% 0.3% -
HSV(B) 192.91º 0.69% 0.45% -
XYZ 8.19 10.35 17.79 -
YUV 81.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 36 98 115 0.69 0.15 0 0.55 192.91 0.52 0.3
Hex 24 62 73 45 F 0 37 C1 34 1E
Octal 44 142 163 105 17 0 67 301 64 36
Binary 100100 1100010 1110011 1000101 1111 0 110111 11000001 110100 11110

Color Harmonies of #246273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246273

Black with #246273

Text Example


Text Example

White with #246273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246273; }

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

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

background-color css

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

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

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

border-color css

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

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

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