Html Css Color HEX #245F7C Orient

📋 copy color: '#245F7C'

red 36 ◦ green 95 ◦ blue 124

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

Shades of Orient #245F7C

Tints of Orient #245F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

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

R = 14.12%
G = 37.25%
B = 48.63%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#245F7C (or 0x245F7C) is known color: Orient. HEX triplet: 24, 5F and 7C. RGB value is (36,95,124). Sum of RGB (Red+Green+Blue) = 36+95+124=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #245F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F7C is #DBA083. Grayscale: #505050. Windows color (decimal): -14393476 or 8150820. OLE color: 8150820.

HSL color Cylindrical-coordinate representation of color #245F7C: hue angle of 199.77º 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 #245F7C is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 95 124 -
CMYK 0.71 0.23 0 0.51
HSL 199.77º 0.55% 0.31% -
HSV(B) 199.77º 0.71% 0.49% -
XYZ 8.46 10.01 20.56 -
YUV 80.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 36 95 124 0.71 0.23 0 0.51 199.77 0.55 0.31
Hex 24 5F 7C 47 17 0 33 C8 37 1F
Octal 44 137 174 107 27 0 63 310 67 37
Binary 100100 1011111 1111100 1000111 10111 0 110011 11001000 110111 11111

Color Harmonies of #245F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F7C

Black with #245F7C

Text Example


Text Example

White with #245F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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