Html Css Color HEX #27558A Endeavour

📋 copy color: '#27558A'

red 39 ◦ green 85 ◦ blue 138

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

Shades of Endeavour #27558A

Tints of Endeavour #27558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 138 (54.3% from 255) = 52.67%

R = 14.89%
G = 32.44%
B = 52.67%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#27558A (or 0x27558A) is known color: Endeavour. HEX triplet: 27, 55 and 8A. RGB value is (39,85,138). Sum of RGB (Red+Green+Blue) = 39+85+138=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #27558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558A is #D8AA75. Grayscale: #4D4D4D. Windows color (decimal): -14199414 or 9065767. OLE color: 9065767.

HSL color Cylindrical-coordinate representation of color #27558A: hue angle of 212.12º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27558A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 85 138 -
CMYK 0.72 0.38 0 0.46
HSL 212.12º 0.56% 0.35% -
HSV(B) 212.12º 0.72% 0.54% -
XYZ 8.67 8.76 25.28 -
YUV 77.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 39 85 138 0.72 0.38 0 0.46 212.12 0.56 0.35
Hex 27 55 8A 48 26 0 2E D4 38 23
Octal 47 125 212 110 46 0 56 324 70 43
Binary 100111 1010101 10001010 1001000 100110 0 101110 11010100 111000 100011

Color Harmonies of #27558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27558A

Black with #27558A

Text Example


Text Example

White with #27558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27558A; }

 p { color: rgb(39,85,138); }

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

background-color css

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

 a { background-color: rgb(39,85,138); }

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

border-color css

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

 span { border-color: rgb(39,85,138); }

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