Html Css Color HEX #245F77 Orient

📋 copy color: '#245F77'

red 36 ◦ green 95 ◦ blue 119

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

Shades of Orient #245F77

Tints of Orient #245F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 14.4%
G = 38%
B = 47.6%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245F77 (or 0x245F77) is known color: Orient. HEX triplet: 24, 5F and 77. RGB value is (36,95,119). Sum of RGB (Red+Green+Blue) = 36+95+119=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #245F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F77 is #DBA088. Grayscale: #4F4F4F. Windows color (decimal): -14393481 or 7823140. OLE color: 7823140.

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

Color convert

RGB 36 95 119 -
CMYK 0.70 0.20 0 0.53
HSL 197.35º 0.54% 0.3% -
HSV(B) 197.35º 0.7% 0.47% -
XYZ 8.15 9.89 18.93 -
YUV 80.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 36 95 119 0.70 0.20 0 0.53 197.35 0.54 0.3
Hex 24 5F 77 46 14 0 35 C5 36 1E
Octal 44 137 167 106 24 0 65 305 66 36
Binary 100100 1011111 1110111 1000110 10100 0 110101 11000101 110110 11110

Color Harmonies of #245F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F77

Black with #245F77

Text Example


Text Example

White with #245F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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