Html Css Color HEX #27668B Endeavour

📋 copy color: '#27668B'

red 39 ◦ green 102 ◦ blue 139

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

Shades of Endeavour #27668B

Tints of Endeavour #27668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 13.93%
G = 36.43%
B = 49.64%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27668B (or 0x27668B) is known color: Endeavour. HEX triplet: 27, 66 and 8B. RGB value is (39,102,139). Sum of RGB (Red+Green+Blue) = 39+102+139=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #27668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27668B is #D89974. Grayscale: #575757. Windows color (decimal): -14195061 or 9135655. OLE color: 9135655.

HSL color Cylindrical-coordinate representation of color #27668B: hue angle of 202.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27668B is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 102 139 -
CMYK 0.72 0.27 0 0.45
HSL 202.2º 0.56% 0.35% -
HSV(B) 202.2º 0.72% 0.55% -
XYZ 10.25 11.8 26.16 -
YUV 87.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 39 102 139 0.72 0.27 0 0.45 202.2 0.56 0.35
Hex 27 66 8B 48 1B 0 2D CA 38 23
Octal 47 146 213 110 33 0 55 312 70 43
Binary 100111 1100110 10001011 1001000 11011 0 101101 11001010 111000 100011

Color Harmonies of #27668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27668B

Black with #27668B

Text Example


Text Example

White with #27668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27668B; }

 p { color: rgb(39,102,139); }

 H1.HeaderClassName
 {
   color: #27668B;
 }
 .AnyTagClassName
 {
   color: #27668B;
 }
</style>

background-color css

<style>
 a { background-color: #27668B; }

 a { background-color: rgb(39,102,139); }

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

border-color css

<style>
 span { border-color: #27668B; }

 span { border-color: rgb(39,102,139); }

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