Html Css Color HEX #275875 Orient

📋 copy color: '#275875'

red 39 ◦ green 88 ◦ blue 117

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

Shades of Orient #275875

Tints of Orient #275875

RGB

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

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

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

R = 15.98%
G = 36.07%
B = 47.95%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275875 (or 0x275875) is known color: Orient. HEX triplet: 27, 58 and 75. RGB value is (39,88,117). Sum of RGB (Red+Green+Blue) = 39+88+117=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #275875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275875 is #D8A78A. Grayscale: #4C4C4C. Windows color (decimal): -14198667 or 7690279. OLE color: 7690279.

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

Color convert

RGB 39 88 117 -
CMYK 0.67 0.25 0 0.54
HSL 202.31º 0.5% 0.31% -
HSV(B) 202.31º 0.67% 0.46% -
XYZ 7.54 8.7 18.11 -
YUV 76.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 39 88 117 0.67 0.25 0 0.54 202.31 0.5 0.31
Hex 27 58 75 43 19 0 36 CA 32 1F
Octal 47 130 165 103 31 0 66 312 62 37
Binary 100111 1011000 1110101 1000011 11001 0 110110 11001010 110010 11111

Color Harmonies of #275875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275875

Black with #275875

Text Example


Text Example

White with #275875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275875; }

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

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

background-color css

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

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

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

border-color css

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

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

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