Html Css Color HEX #275975 Orient

📋 copy color: '#275975'

red 39 ◦ green 89 ◦ blue 117

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

Shades of Orient #275975

Tints of Orient #275975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 15.92%
G = 36.33%
B = 47.76%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275975 (or 0x275975) is known color: Orient. HEX triplet: 27, 59 and 75. RGB value is (39,89,117). Sum of RGB (Red+Green+Blue) = 39+89+117=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #275975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275975 is #D8A68A. Grayscale: #4D4D4D. Windows color (decimal): -14198411 or 7690535. OLE color: 7690535.

HSL color Cylindrical-coordinate representation of color #275975: hue angle of 201.54º 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 #275975 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 89 117 -
CMYK 0.67 0.24 0 0.54
HSL 201.54º 0.5% 0.31% -
HSV(B) 201.54º 0.67% 0.46% -
XYZ 7.62 8.86 18.14 -
YUV 77.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 39 89 117 0.67 0.24 0 0.54 201.54 0.5 0.31
Hex 27 59 75 43 18 0 36 CA 32 1F
Octal 47 131 165 103 30 0 66 312 62 37
Binary 100111 1011001 1110101 1000011 11000 0 110110 11001010 110010 11111

Color Harmonies of #275975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275975

Black with #275975

Text Example


Text Example

White with #275975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275975; }

 p { color: rgb(39,89,117); }

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

background-color css

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

 a { background-color: rgb(39,89,117); }

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

border-color css

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

 span { border-color: rgb(39,89,117); }

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