Html Css Color HEX #275D75 Orient

📋 copy color: '#275D75'

red 39 ◦ green 93 ◦ blue 117

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

Shades of Orient #275D75

Tints of Orient #275D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 15.66%
G = 37.35%
B = 46.99%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275D75 (or 0x275D75) is known color: Orient. HEX triplet: 27, 5D and 75. RGB value is (39,93,117). Sum of RGB (Red+Green+Blue) = 39+93+117=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #275D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D75 is #D8A28A. Grayscale: #4F4F4F. Windows color (decimal): -14197387 or 7691559. OLE color: 7691559.

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

Color convert

RGB 39 93 117 -
CMYK 0.67 0.21 0 0.54
HSL 198.46º 0.5% 0.31% -
HSV(B) 198.46º 0.67% 0.46% -
XYZ 7.96 9.54 18.25 -
YUV 79.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 39 93 117 0.67 0.21 0 0.54 198.46 0.5 0.31
Hex 27 5D 75 43 15 0 36 C6 32 1F
Octal 47 135 165 103 25 0 66 306 62 37
Binary 100111 1011101 1110101 1000011 10101 0 110110 11000110 110010 11111

Color Harmonies of #275D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D75

Black with #275D75

Text Example


Text Example

White with #275D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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