Html Css Color HEX #275A77 Orient

📋 copy color: '#275A77'

red 39 ◦ green 90 ◦ blue 119

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

Shades of Orient #275A77

Tints of Orient #275A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

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

R = 15.73%
G = 36.29%
B = 47.98%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275A77 (or 0x275A77) is known color: Orient. HEX triplet: 27, 5A and 77. RGB value is (39,90,119). Sum of RGB (Red+Green+Blue) = 39+90+119=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #275A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A77 is #D8A588. Grayscale: #4D4D4D. Windows color (decimal): -14198153 or 7821863. OLE color: 7821863.

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

Color convert

RGB 39 90 119 -
CMYK 0.67 0.24 0 0.53
HSL 201.75º 0.51% 0.31% -
HSV(B) 201.75º 0.67% 0.47% -
XYZ 7.82 9.08 18.79 -
YUV 78.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 39 90 119 0.67 0.24 0 0.53 201.75 0.51 0.31
Hex 27 5A 77 43 18 0 35 CA 33 1F
Octal 47 132 167 103 30 0 65 312 63 37
Binary 100111 1011010 1110111 1000011 11000 0 110101 11001010 110011 11111

Color Harmonies of #275A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A77

Black with #275A77

Text Example


Text Example

White with #275A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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