Html Css Color HEX #275D71 Orient

📋 copy color: '#275D71'

red 39 ◦ green 93 ◦ blue 113

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

Shades of Orient #275D71

Tints of Orient #275D71

RGB

 RED value IS 39 (15.63% from 255) = 15.92%

 GREEN value IS 93 (36.72% from 255) = 37.96%

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

R = 15.92%
G = 37.96%
B = 46.12%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275D71 (or 0x275D71) is known color: Orient. HEX triplet: 27, 5D and 71. RGB value is (39,93,113). Sum of RGB (Red+Green+Blue) = 39+93+113=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #275D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D71 is #D8A28E. Grayscale: #4F4F4F. Windows color (decimal): -14197391 or 7429415. OLE color: 7429415.

HSL color Cylindrical-coordinate representation of color #275D71: hue angle of 196.22º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275D71 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 93 113 -
CMYK 0.65 0.18 0 0.56
HSL 196.22º 0.49% 0.3% -
HSV(B) 196.22º 0.65% 0.44% -
XYZ 7.73 9.45 17.04 -
YUV 79.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 39 93 113 0.65 0.18 0 0.56 196.22 0.49 0.3
Hex 27 5D 71 41 12 0 38 C4 31 1E
Octal 47 135 161 101 22 0 70 304 61 36
Binary 100111 1011101 1110001 1000001 10010 0 111000 11000100 110001 11110

Color Harmonies of #275D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D71

Black with #275D71

Text Example


Text Example

White with #275D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275D71; }

 p { color: rgb(39,93,113); }

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

background-color css

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

 a { background-color: rgb(39,93,113); }

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

border-color css

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

 span { border-color: rgb(39,93,113); }

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