Html Css Color HEX #245C74 Orient

📋 copy color: '#245C74'

red 36 ◦ green 92 ◦ blue 116

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

Shades of Orient #245C74

Tints of Orient #245C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 14.75%
G = 37.7%
B = 47.54%

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

#245C74 (or 0x245C74) is known color: Orient. HEX triplet: 24, 5C and 74. RGB value is (36,92,116). Sum of RGB (Red+Green+Blue) = 36+92+116=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #245C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C74 is #DBA38B. Grayscale: #4D4D4D. Windows color (decimal): -14394252 or 7625764. OLE color: 7625764.

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

Color convert

RGB 36 92 116 -
CMYK 0.69 0.21 0 0.55
HSL 198º 0.53% 0.3% -
HSV(B) 198º 0.69% 0.45% -
XYZ 7.71 9.29 17.91 -
YUV 77.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 36 92 116 0.69 0.21 0 0.55 198 0.53 0.3
Hex 24 5C 74 45 15 0 37 C6 35 1E
Octal 44 134 164 105 25 0 67 306 65 36
Binary 100100 1011100 1110100 1000101 10101 0 110111 11000110 110101 11110

Color Harmonies of #245C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C74

Black with #245C74

Text Example


Text Example

White with #245C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,116); }

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

background-color css

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

 a { background-color: rgb(36,92,116); }

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

border-color css

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

 span { border-color: rgb(36,92,116); }

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