Html Css Color HEX #275F72 Orient

📋 copy color: '#275F72'

red 39 ◦ green 95 ◦ blue 114

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

Shades of Orient #275F72

Tints of Orient #275F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 15.73%
G = 38.31%
B = 45.97%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275F72 (or 0x275F72) is known color: Orient. HEX triplet: 27, 5F and 72. RGB value is (39,95,114). Sum of RGB (Red+Green+Blue) = 39+95+114=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #275F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F72 is #D8A08D. Grayscale: #505050. Windows color (decimal): -14196878 or 7495463. OLE color: 7495463.

HSL color Cylindrical-coordinate representation of color #275F72: hue angle of 195.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275F72 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 95 114 -
CMYK 0.66 0.17 0 0.55
HSL 195.2º 0.49% 0.3% -
HSV(B) 195.2º 0.66% 0.45% -
XYZ 7.97 9.83 17.4 -
YUV 80.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 39 95 114 0.66 0.17 0 0.55 195.2 0.49 0.3
Hex 27 5F 72 42 11 0 37 C3 31 1E
Octal 47 137 162 102 21 0 67 303 61 36
Binary 100111 1011111 1110010 1000010 10001 0 110111 11000011 110001 11110

Color Harmonies of #275F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F72

Black with #275F72

Text Example


Text Example

White with #275F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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