Html Css Color HEX #275F76 Orient

📋 copy color: '#275F76'

red 39 ◦ green 95 ◦ blue 118

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

Shades of Orient #275F76

Tints of Orient #275F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 15.48%
G = 37.7%
B = 46.83%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275F76 (or 0x275F76) is known color: Orient. HEX triplet: 27, 5F and 76. RGB value is (39,95,118). Sum of RGB (Red+Green+Blue) = 39+95+118=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #275F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F76 is #D8A089. Grayscale: #505050. Windows color (decimal): -14196874 or 7757607. OLE color: 7757607.

HSL color Cylindrical-coordinate representation of color #275F76: hue angle of 197.47º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275F76 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 95 118 -
CMYK 0.67 0.19 0 0.54
HSL 197.47º 0.5% 0.31% -
HSV(B) 197.47º 0.67% 0.46% -
XYZ 8.2 9.92 18.62 -
YUV 80.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 39 95 118 0.67 0.19 0 0.54 197.47 0.5 0.31
Hex 27 5F 76 43 13 0 36 C5 32 1F
Octal 47 137 166 103 23 0 66 305 62 37
Binary 100111 1011111 1110110 1000011 10011 0 110110 11000101 110010 11111

Color Harmonies of #275F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F76

Black with #275F76

Text Example


Text Example

White with #275F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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