Html Css Color HEX #275F71 Orient

📋 copy color: '#275F71'

red 39 ◦ green 95 ◦ blue 113

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

Shades of Orient #275F71

Tints of Orient #275F71

RGB

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

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

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

R = 15.79%
G = 38.46%
B = 45.75%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275F71 (or 0x275F71) is known color: Orient. HEX triplet: 27, 5F and 71. RGB value is (39,95,113). Sum of RGB (Red+Green+Blue) = 39+95+113=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #275F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F71 is #D8A08E. Grayscale: #505050. Windows color (decimal): -14196879 or 7429927. OLE color: 7429927.

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

Color convert

RGB 39 95 113 -
CMYK 0.65 0.16 0 0.56
HSL 194.59º 0.49% 0.3% -
HSV(B) 194.59º 0.65% 0.44% -
XYZ 7.91 9.81 17.1 -
YUV 80.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 39 95 113 0.65 0.16 0 0.56 194.59 0.49 0.3
Hex 27 5F 71 41 10 0 38 C3 31 1E
Octal 47 137 161 101 20 0 70 303 61 36
Binary 100111 1011111 1110001 1000001 10000 0 111000 11000011 110001 11110

Color Harmonies of #275F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F71

Black with #275F71

Text Example


Text Example

White with #275F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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