Html Css Color HEX #245F6F Orient

📋 copy color: '#245F6F'

red 36 ◦ green 95 ◦ blue 111

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

Shades of Orient #245F6F

Tints of Orient #245F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 14.88%
G = 39.26%
B = 45.87%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245F6F (or 0x245F6F) is known color: Orient. HEX triplet: 24, 5F and 6F. RGB value is (36,95,111). Sum of RGB (Red+Green+Blue) = 36+95+111=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #245F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6F is #DBA090. Grayscale: #4F4F4F. Windows color (decimal): -14393489 or 7298852. OLE color: 7298852.

HSL color Cylindrical-coordinate representation of color #245F6F: hue angle of 192.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245F6F is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 95 111 -
CMYK 0.68 0.14 0 0.56
HSL 192.8º 0.51% 0.29% -
HSV(B) 192.8º 0.68% 0.44% -
XYZ 7.69 9.71 16.51 -
YUV 79.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 36 95 111 0.68 0.14 0 0.56 192.8 0.51 0.29
Hex 24 5F 6F 44 E 0 38 C1 33 1D
Octal 44 137 157 104 16 0 70 301 63 35
Binary 100100 1011111 1101111 1000100 1110 0 111000 11000001 110011 11101

Color Harmonies of #245F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F6F

Black with #245F6F

Text Example


Text Example

White with #245F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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