Html Css Color HEX #275E77 Orient

📋 copy color: '#275E77'

red 39 ◦ green 94 ◦ blue 119

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

Shades of Orient #275E77

Tints of Orient #275E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 15.48%
G = 37.3%
B = 47.22%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275E77 (or 0x275E77) is known color: Orient. HEX triplet: 27, 5E and 77. RGB value is (39,94,119). Sum of RGB (Red+Green+Blue) = 39+94+119=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #275E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E77 is #D8A188. Grayscale: #505050. Windows color (decimal): -14197129 or 7822887. OLE color: 7822887.

HSL color Cylindrical-coordinate representation of color #275E77: hue angle of 198.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275E77 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 94 119 -
CMYK 0.67 0.21 0 0.53
HSL 198.75º 0.51% 0.31% -
HSV(B) 198.75º 0.67% 0.47% -
XYZ 8.17 9.77 18.91 -
YUV 80.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 39 94 119 0.67 0.21 0 0.53 198.75 0.51 0.31
Hex 27 5E 77 43 15 0 35 C7 33 1F
Octal 47 136 167 103 25 0 65 307 63 37
Binary 100111 1011110 1110111 1000011 10101 0 110101 11000111 110011 11111

Color Harmonies of #275E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E77

Black with #275E77

Text Example


Text Example

White with #275E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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