Html Css Color HEX #275E71 Orient

📋 copy color: '#275E71'

red 39 ◦ green 94 ◦ blue 113

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

Shades of Orient #275E71

Tints of Orient #275E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

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

R = 15.85%
G = 38.21%
B = 45.93%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275E71 (or 0x275E71) is known color: Orient. HEX triplet: 27, 5E and 71. RGB value is (39,94,113). Sum of RGB (Red+Green+Blue) = 39+94+113=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #275E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E71 is #D8A18E. Grayscale: #4F4F4F. Windows color (decimal): -14197135 or 7429671. OLE color: 7429671.

HSL color Cylindrical-coordinate representation of color #275E71: hue angle of 195.41º 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 #275E71 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 94 113 -
CMYK 0.65 0.17 0 0.56
HSL 195.41º 0.49% 0.3% -
HSV(B) 195.41º 0.65% 0.44% -
XYZ 7.82 9.63 17.07 -
YUV 79.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 39 94 113 0.65 0.17 0 0.56 195.41 0.49 0.3
Hex 27 5E 71 41 11 0 38 C3 31 1E
Octal 47 136 161 101 21 0 70 303 61 36
Binary 100111 1011110 1110001 1000001 10001 0 111000 11000011 110001 11110

Color Harmonies of #275E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E71

Black with #275E71

Text Example


Text Example

White with #275E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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