Html Css Color HEX #245C71 Orient

📋 copy color: '#245C71'

red 36 ◦ green 92 ◦ blue 113

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

Shades of Orient #245C71

Tints of Orient #245C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 14.94%
G = 38.17%
B = 46.89%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245C71 (or 0x245C71) is known color: Orient. HEX triplet: 24, 5C and 71. RGB value is (36,92,113). Sum of RGB (Red+Green+Blue) = 36+92+113=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #245C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C71 is #DBA38E. Grayscale: #4D4D4D. Windows color (decimal): -14394255 or 7429156. OLE color: 7429156.

HSL color Cylindrical-coordinate representation of color #245C71: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245C71 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 92 113 -
CMYK 0.68 0.19 0 0.56
HSL 196.36º 0.52% 0.29% -
HSV(B) 196.36º 0.68% 0.44% -
XYZ 7.54 9.22 17.01 -
YUV 77.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 36 92 113 0.68 0.19 0 0.56 196.36 0.52 0.29
Hex 24 5C 71 44 13 0 38 C4 34 1D
Octal 44 134 161 104 23 0 70 304 64 35
Binary 100100 1011100 1110001 1000100 10011 0 111000 11000100 110100 11101

Color Harmonies of #245C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C71

Black with #245C71

Text Example


Text Example

White with #245C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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