Html Css Color HEX #275C73 Orient

📋 copy color: '#275C73'

red 39 ◦ green 92 ◦ blue 115

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

Shades of Orient #275C73

Tints of Orient #275C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

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

R = 15.85%
G = 37.4%
B = 46.75%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275C73 (or 0x275C73) is known color: Orient. HEX triplet: 27, 5C and 73. RGB value is (39,92,115). Sum of RGB (Red+Green+Blue) = 39+92+115=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #275C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C73 is #D8A38C. Grayscale: #4E4E4E. Windows color (decimal): -14197645 or 7560231. OLE color: 7560231.

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

Color convert

RGB 39 92 115 -
CMYK 0.66 0.20 0 0.55
HSL 198.16º 0.49% 0.3% -
HSV(B) 198.16º 0.66% 0.45% -
XYZ 7.76 9.32 17.61 -
YUV 78.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 39 92 115 0.66 0.20 0 0.55 198.16 0.49 0.3
Hex 27 5C 73 42 14 0 37 C6 31 1E
Octal 47 134 163 102 24 0 67 306 61 36
Binary 100111 1011100 1110011 1000010 10100 0 110111 11000110 110001 11110

Color Harmonies of #275C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C73

Black with #275C73

Text Example


Text Example

White with #275C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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