Html Css Color HEX #275E72 Orient

📋 copy color: '#275E72'

red 39 ◦ green 94 ◦ blue 114

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

Shades of Orient #275E72

Tints of Orient #275E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 15.79%
G = 38.06%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275E72 (or 0x275E72) is known color: Orient. HEX triplet: 27, 5E and 72. RGB value is (39,94,114). Sum of RGB (Red+Green+Blue) = 39+94+114=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #275E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E72 is #D8A18D. Grayscale: #4F4F4F. Windows color (decimal): -14197134 or 7495207. OLE color: 7495207.

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

Color convert

RGB 39 94 114 -
CMYK 0.66 0.18 0 0.55
HSL 196º 0.49% 0.3% -
HSV(B) 196º 0.66% 0.45% -
XYZ 7.88 9.65 17.37 -
YUV 79.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 39 94 114 0.66 0.18 0 0.55 196 0.49 0.3
Hex 27 5E 72 42 12 0 37 C4 31 1E
Octal 47 136 162 102 22 0 67 304 61 36
Binary 100111 1011110 1110010 1000010 10010 0 110111 11000100 110001 11110

Color Harmonies of #275E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E72

Black with #275E72

Text Example


Text Example

White with #275E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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