Html Css Color HEX #245F73 Orient

📋 copy color: '#245F73'

red 36 ◦ green 95 ◦ blue 115

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

Shades of Orient #245F73

Tints of Orient #245F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 14.63%
G = 38.62%
B = 46.75%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245F73 (or 0x245F73) is known color: Orient. HEX triplet: 24, 5F and 73. RGB value is (36,95,115). Sum of RGB (Red+Green+Blue) = 36+95+115=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #245F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F73 is #DBA08C. Grayscale: #4F4F4F. Windows color (decimal): -14393485 or 7560996. OLE color: 7560996.

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

Color convert

RGB 36 95 115 -
CMYK 0.69 0.17 0 0.55
HSL 195.19º 0.52% 0.3% -
HSV(B) 195.19º 0.69% 0.45% -
XYZ 7.91 9.8 17.69 -
YUV 79.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 36 95 115 0.69 0.17 0 0.55 195.19 0.52 0.3
Hex 24 5F 73 45 11 0 37 C3 34 1E
Octal 44 137 163 105 21 0 67 303 64 36
Binary 100100 1011111 1110011 1000101 10001 0 110111 11000011 110100 11110

Color Harmonies of #245F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F73

Black with #245F73

Text Example


Text Example

White with #245F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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