Html Css Color HEX #275877 Orient

📋 copy color: '#275877'

red 39 ◦ green 88 ◦ blue 119

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

Shades of Orient #275877

Tints of Orient #275877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 119 (46.88% from 255) = 48.37%

R = 15.85%
G = 35.77%
B = 48.37%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275877 (or 0x275877) is known color: Orient. HEX triplet: 27, 58 and 77. RGB value is (39,88,119). Sum of RGB (Red+Green+Blue) = 39+88+119=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #275877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275877 is #D8A788. Grayscale: #4C4C4C. Windows color (decimal): -14198665 or 7821351. OLE color: 7821351.

HSL color Cylindrical-coordinate representation of color #275877: hue angle of 203.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275877 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 88 119 -
CMYK 0.67 0.26 0 0.53
HSL 203.25º 0.51% 0.31% -
HSV(B) 203.25º 0.67% 0.47% -
XYZ 7.66 8.74 18.74 -
YUV 76.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 39 88 119 0.67 0.26 0 0.53 203.25 0.51 0.31
Hex 27 58 77 43 1A 0 35 CB 33 1F
Octal 47 130 167 103 32 0 65 313 63 37
Binary 100111 1011000 1110111 1000011 11010 0 110101 11001011 110011 11111

Color Harmonies of #275877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275877

Black with #275877

Text Example


Text Example

White with #275877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275877; }

 p { color: rgb(39,88,119); }

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

background-color css

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

 a { background-color: rgb(39,88,119); }

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

border-color css

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

 span { border-color: rgb(39,88,119); }

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