Html Css Color HEX #245B73 Orient

📋 copy color: '#245B73'

red 36 ◦ green 91 ◦ blue 115

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

Shades of Orient #245B73

Tints of Orient #245B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 14.88%
G = 37.6%
B = 47.52%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245B73 (or 0x245B73) is known color: Orient. HEX triplet: 24, 5B and 73. RGB value is (36,91,115). Sum of RGB (Red+Green+Blue) = 36+91+115=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #245B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B73 is #DBA48C. Grayscale: #4D4D4D. Windows color (decimal): -14394509 or 7559972. OLE color: 7559972.

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

Color convert

RGB 36 91 115 -
CMYK 0.69 0.21 0 0.55
HSL 198.23º 0.52% 0.3% -
HSV(B) 198.23º 0.69% 0.45% -
XYZ 7.56 9.1 17.58 -
YUV 77.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 36 91 115 0.69 0.21 0 0.55 198.23 0.52 0.3
Hex 24 5B 73 45 15 0 37 C6 34 1E
Octal 44 133 163 105 25 0 67 306 64 36
Binary 100100 1011011 1110011 1000101 10101 0 110111 11000110 110100 11110

Color Harmonies of #245B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B73

Black with #245B73

Text Example


Text Example

White with #245B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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