Html Css Color HEX #245671 Orient

📋 copy color: '#245671'

red 36 ◦ green 86 ◦ blue 113

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

Shades of Orient #245671

Tints of Orient #245671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 15.32%
G = 36.6%
B = 48.09%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245671 (or 0x245671) is known color: Orient. HEX triplet: 24, 56 and 71. RGB value is (36,86,113). Sum of RGB (Red+Green+Blue) = 36+86+113=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #245671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245671 is #DBA98E. Grayscale: #494949. Windows color (decimal): -14395791 or 7427620. OLE color: 7427620.

HSL color Cylindrical-coordinate representation of color #245671: hue angle of 201.04º degrees, saturation: 0.52, 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 #245671 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 86 113 -
CMYK 0.68 0.24 0 0.56
HSL 201.04º 0.52% 0.29% -
HSV(B) 201.04º 0.68% 0.44% -
XYZ 7.04 8.22 16.84 -
YUV 74.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 36 86 113 0.68 0.24 0 0.56 201.04 0.52 0.29
Hex 24 56 71 44 18 0 38 C9 34 1D
Octal 44 126 161 104 30 0 70 311 64 35
Binary 100100 1010110 1110001 1000100 11000 0 111000 11001001 110100 11101

Color Harmonies of #245671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245671

Black with #245671

Text Example


Text Example

White with #245671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245671; }

 p { color: rgb(36,86,113); }

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

background-color css

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

 a { background-color: rgb(36,86,113); }

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

border-color css

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

 span { border-color: rgb(36,86,113); }

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