Html Css Color HEX #27628A Endeavour

📋 copy color: '#27628A'

red 39 ◦ green 98 ◦ blue 138

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

Shades of Endeavour #27628A

Tints of Endeavour #27628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 14.18%
G = 35.64%
B = 50.18%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#27628A (or 0x27628A) is known color: Endeavour. HEX triplet: 27, 62 and 8A. RGB value is (39,98,138). Sum of RGB (Red+Green+Blue) = 39+98+138=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #27628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27628A is #D89D75. Grayscale: #545454. Windows color (decimal): -14196086 or 9069095. OLE color: 9069095.

HSL color Cylindrical-coordinate representation of color #27628A: hue angle of 204.24º 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 #27628A is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 98 138 -
CMYK 0.72 0.29 0 0.46
HSL 204.24º 0.56% 0.35% -
HSV(B) 204.24º 0.72% 0.54% -
XYZ 9.79 11 25.65 -
YUV 84.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 39 98 138 0.72 0.29 0 0.46 204.24 0.56 0.35
Hex 27 62 8A 48 1D 0 2E CC 38 23
Octal 47 142 212 110 35 0 56 314 70 43
Binary 100111 1100010 10001010 1001000 11101 0 101110 11001100 111000 100011

Color Harmonies of #27628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27628A

Black with #27628A

Text Example


Text Example

White with #27628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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