Html Css Color HEX #245F7D Orient

📋 copy color: '#245F7D'

red 36 ◦ green 95 ◦ blue 125

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

Shades of Orient #245F7D

Tints of Orient #245F7D

RGB

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

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

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

R = 14.06%
G = 37.11%
B = 48.83%

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

#245F7D (or 0x245F7D) is known color: Orient. HEX triplet: 24, 5F and 7D. RGB value is (36,95,125). Sum of RGB (Red+Green+Blue) = 36+95+125=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #245F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F7D is #DBA082. Grayscale: #505050. Windows color (decimal): -14393475 or 8216356. OLE color: 8216356.

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

Color convert

RGB 36 95 125 -
CMYK 0.71 0.24 0 0.51
HSL 200.22º 0.55% 0.32% -
HSV(B) 200.22º 0.71% 0.49% -
XYZ 8.52 10.04 20.89 -
YUV 80.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 36 95 125 0.71 0.24 0 0.51 200.22 0.55 0.32
Hex 24 5F 7D 47 18 0 33 C8 37 20
Octal 44 137 175 107 30 0 63 310 67 40
Binary 100100 1011111 1111101 1000111 11000 0 110011 11001000 110111 100000

Color Harmonies of #245F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F7D

Black with #245F7D

Text Example


Text Example

White with #245F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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