Html Css Color HEX #245D7D Orient

📋 copy color: '#245D7D'

red 36 ◦ green 93 ◦ blue 125

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

Shades of Orient #245D7D

Tints of Orient #245D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 14.17%
G = 36.61%
B = 49.21%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#245D7D (or 0x245D7D) is known color: Orient. HEX triplet: 24, 5D and 7D. RGB value is (36,93,125). Sum of RGB (Red+Green+Blue) = 36+93+125=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #245D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D7D is #DBA282. Grayscale: #4F4F4F. Windows color (decimal): -14393987 or 8215844. OLE color: 8215844.

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

Color convert

RGB 36 93 125 -
CMYK 0.71 0.26 0 0.51
HSL 201.57º 0.55% 0.32% -
HSV(B) 201.57º 0.71% 0.49% -
XYZ 8.34 9.68 20.83 -
YUV 79.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 36 93 125 0.71 0.26 0 0.51 201.57 0.55 0.32
Hex 24 5D 7D 47 1A 0 33 CA 37 20
Octal 44 135 175 107 32 0 63 312 67 40
Binary 100100 1011101 1111101 1000111 11010 0 110011 11001010 110111 100000

Color Harmonies of #245D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D7D

Black with #245D7D

Text Example


Text Example

White with #245D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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