Html Css Color HEX #245673 Orient

📋 copy color: '#245673'

red 36 ◦ green 86 ◦ blue 115

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

Shades of Orient #245673

Tints of Orient #245673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.29%

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

R = 15.19%
G = 36.29%
B = 48.52%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245673 (or 0x245673) is known color: Orient. HEX triplet: 24, 56 and 73. RGB value is (36,86,115). Sum of RGB (Red+Green+Blue) = 36+86+115=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #245673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245673 is #DBA98C. Grayscale: #4A4A4A. Windows color (decimal): -14395789 or 7558692. OLE color: 7558692.

HSL color Cylindrical-coordinate representation of color #245673: hue angle of 202.03º 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 #245673 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 86 115 -
CMYK 0.69 0.25 0 0.55
HSL 202.03º 0.52% 0.3% -
HSV(B) 202.03º 0.69% 0.45% -
XYZ 7.15 8.27 17.44 -
YUV 74.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 36 86 115 0.69 0.25 0 0.55 202.03 0.52 0.3
Hex 24 56 73 45 19 0 37 CA 34 1E
Octal 44 126 163 105 31 0 67 312 64 36
Binary 100100 1010110 1110011 1000101 11001 0 110111 11001010 110100 11110

Color Harmonies of #245673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245673

Black with #245673

Text Example


Text Example

White with #245673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245673; }

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

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

background-color css

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

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

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

border-color css

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

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

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