Html Css Color HEX #245A6F Orient

📋 copy color: '#245A6F'

red 36 ◦ green 90 ◦ blue 111

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

Shades of Orient #245A6F

Tints of Orient #245A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

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

R = 15.19%
G = 37.97%
B = 46.84%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245A6F (or 0x245A6F) is known color: Orient. HEX triplet: 24, 5A and 6F. RGB value is (36,90,111). Sum of RGB (Red+Green+Blue) = 36+90+111=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #245A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6F is #DBA590. Grayscale: #4C4C4C. Windows color (decimal): -14394769 or 7297572. OLE color: 7297572.

HSL color Cylindrical-coordinate representation of color #245A6F: hue angle of 196.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 #245A6F is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 90 111 -
CMYK 0.68 0.19 0 0.56
HSL 196.8º 0.51% 0.29% -
HSV(B) 196.8º 0.68% 0.44% -
XYZ 7.25 8.84 16.36 -
YUV 76.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 36 90 111 0.68 0.19 0 0.56 196.8 0.51 0.29
Hex 24 5A 6F 44 13 0 38 C5 33 1D
Octal 44 132 157 104 23 0 70 305 63 35
Binary 100100 1011010 1101111 1000100 10011 0 111000 11000101 110011 11101

Color Harmonies of #245A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A6F

Black with #245A6F

Text Example


Text Example

White with #245A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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