Html Css Color HEX #245F6E Orient

📋 copy color: '#245F6E'

red 36 ◦ green 95 ◦ blue 110

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

Shades of Orient #245F6E

Tints of Orient #245F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 14.94%
G = 39.42%
B = 45.64%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#245F6E (or 0x245F6E) is known color: Orient. HEX triplet: 24, 5F and 6E. RGB value is (36,95,110). Sum of RGB (Red+Green+Blue) = 36+95+110=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #245F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6E is #DBA091. Grayscale: #4E4E4E. Windows color (decimal): -14393490 or 7233316. OLE color: 7233316.

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

Color convert

RGB 36 95 110 -
CMYK 0.67 0.14 0 0.57
HSL 192.16º 0.51% 0.29% -
HSV(B) 192.16º 0.67% 0.43% -
XYZ 7.63 9.69 16.22 -
YUV 79.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 36 95 110 0.67 0.14 0 0.57 192.16 0.51 0.29
Hex 24 5F 6E 43 E 0 39 C0 33 1D
Octal 44 137 156 103 16 0 71 300 63 35
Binary 100100 1011111 1101110 1000011 1110 0 111001 11000000 110011 11101

Color Harmonies of #245F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F6E

Black with #245F6E

Text Example


Text Example

White with #245F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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