Html Css Color HEX #245E7C Orient

📋 copy color: '#245E7C'

red 36 ◦ green 94 ◦ blue 124

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

Shades of Orient #245E7C

Tints of Orient #245E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 14.17%
G = 37.01%
B = 48.82%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#245E7C (or 0x245E7C) is known color: Orient. HEX triplet: 24, 5E and 7C. RGB value is (36,94,124). Sum of RGB (Red+Green+Blue) = 36+94+124=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #245E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E7C is #DBA183. Grayscale: #4F4F4F. Windows color (decimal): -14393732 or 8150564. OLE color: 8150564.

HSL color Cylindrical-coordinate representation of color #245E7C: hue angle of 200.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #245E7C is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 94 124 -
CMYK 0.71 0.24 0 0.51
HSL 200.45º 0.55% 0.31% -
HSV(B) 200.45º 0.71% 0.49% -
XYZ 8.37 9.84 20.53 -
YUV 80.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 36 94 124 0.71 0.24 0 0.51 200.45 0.55 0.31
Hex 24 5E 7C 47 18 0 33 C8 37 1F
Octal 44 136 174 107 30 0 63 310 67 37
Binary 100100 1011110 1111100 1000111 11000 0 110011 11001000 110111 11111

Color Harmonies of #245E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E7C

Black with #245E7C

Text Example


Text Example

White with #245E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,124); }

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

background-color css

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

 a { background-color: rgb(36,94,124); }

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

border-color css

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

 span { border-color: rgb(36,94,124); }

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