Html Css Color HEX #27538F Endeavour

📋 copy color: '#27538F'

red 39 ◦ green 83 ◦ blue 143

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

Shades of Endeavour #27538F

Tints of Endeavour #27538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 14.72%
G = 31.32%
B = 53.96%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27538F (or 0x27538F) is known color: Endeavour. HEX triplet: 27, 53 and 8F. RGB value is (39,83,143). Sum of RGB (Red+Green+Blue) = 39+83+143=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #27538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27538F is #D8AC70. Grayscale: #4C4C4C. Windows color (decimal): -14199921 or 9392935. OLE color: 9392935.

HSL color Cylindrical-coordinate representation of color #27538F: hue angle of 214.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27538F is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 83 143 -
CMYK 0.73 0.42 0 0.44
HSL 214.62º 0.57% 0.36% -
HSV(B) 214.62º 0.73% 0.56% -
XYZ 8.89 8.6 27.18 -
YUV 76.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 39 83 143 0.73 0.42 0 0.44 214.62 0.57 0.36
Hex 27 53 8F 49 2A 0 2C D7 39 24
Octal 47 123 217 111 52 0 54 327 71 44
Binary 100111 1010011 10001111 1001001 101010 0 101100 11010111 111001 100100

Color Harmonies of #27538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27538F

Black with #27538F

Text Example


Text Example

White with #27538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27538F; }

 p { color: rgb(39,83,143); }

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

background-color css

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

 a { background-color: rgb(39,83,143); }

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

border-color css

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

 span { border-color: rgb(39,83,143); }

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