#245C6E

Color #245C6E Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #245C6E

Tints of Orient #245C6E

Color information

#245C6E (or 0x245C6E) is unknown color: approx Orient. HEX triplet: 24, 5C and 6E. RGB value is (36,92,110). Sum of RGB (Red+Green+Blue) = 36+92+110=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #245C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C6E is #DBA391. Grayscale: #4D4D4D. Windows color (decimal): -14394258 or 7232548. OLE color: 7232548.

HSL color Cylindrical-coordinate representation of color #245C6E: hue angle of 194.59º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #245C6E is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3692110-
CMYK0.670.1600.57
HSL194.59º50.68%28.63%-
HSV(B)194.59º67.27%43.14%-
XYZ7.379.1616.13-
YUV77.31146.4598.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=15.13%
G=38.66%
B=46.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36921100.670.1600.57194.5950.6828.63
Hex245C6E4310039c3331d
Octal44134156103200713036335
Binary1001001011100110111010000111000001110011100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #245C6E;
 }
 .AnyTagClassName
 {
   color: #245C6E;
 }
</style>
background-color css

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

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

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

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

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

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