Html Css Color HEX #275D73 Orient

📋 copy color: '#275D73'

red 39 ◦ green 93 ◦ blue 115

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

Shades of Orient #275D73

Tints of Orient #275D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 15.79%
G = 37.65%
B = 46.56%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275D73 (or 0x275D73) is known color: Orient. HEX triplet: 27, 5D and 73. RGB value is (39,93,115). Sum of RGB (Red+Green+Blue) = 39+93+115=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #275D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D73 is #D8A28C. Grayscale: #4F4F4F. Windows color (decimal): -14197389 or 7560487. OLE color: 7560487.

HSL color Cylindrical-coordinate representation of color #275D73: hue angle of 197.37º 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 #275D73 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 93 115 -
CMYK 0.66 0.19 0 0.55
HSL 197.37º 0.49% 0.3% -
HSV(B) 197.37º 0.66% 0.45% -
XYZ 7.85 9.5 17.64 -
YUV 79.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 39 93 115 0.66 0.19 0 0.55 197.37 0.49 0.3
Hex 27 5D 73 42 13 0 37 C5 31 1E
Octal 47 135 163 102 23 0 67 305 61 36
Binary 100111 1011101 1110011 1000010 10011 0 110111 11000101 110001 11110

Color Harmonies of #275D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D73

Black with #275D73

Text Example


Text Example

White with #275D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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