Html Css Color HEX #245D6E Orient

📋 copy color: '#245D6E'

red 36 ◦ green 93 ◦ blue 110

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

Shades of Orient #245D6E

Tints of Orient #245D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 15.06%
G = 38.91%
B = 46.03%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#245D6E (or 0x245D6E) is known color: Orient. HEX triplet: 24, 5D and 6E. RGB value is (36,93,110). Sum of RGB (Red+Green+Blue) = 36+93+110=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #245D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D6E is #DBA291. Grayscale: #4D4D4D. Windows color (decimal): -14394002 or 7232804. OLE color: 7232804.

HSL color Cylindrical-coordinate representation of color #245D6E: hue angle of 193.78º 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 #245D6E is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 93 110 -
CMYK 0.67 0.15 0 0.57
HSL 193.78º 0.51% 0.29% -
HSV(B) 193.78º 0.67% 0.43% -
XYZ 7.46 9.33 16.16 -
YUV 77.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 36 93 110 0.67 0.15 0 0.57 193.78 0.51 0.29
Hex 24 5D 6E 43 F 0 39 C2 33 1D
Octal 44 135 156 103 17 0 71 302 63 35
Binary 100100 1011101 1101110 1000011 1111 0 111001 11000010 110011 11101

Color Harmonies of #245D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D6E

Black with #245D6E

Text Example


Text Example

White with #245D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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