Html Css Color HEX #27648D Endeavour

📋 copy color: '#27648D'

red 39 ◦ green 100 ◦ blue 141

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

Shades of Endeavour #27648D

Tints of Endeavour #27648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 13.93%
G = 35.71%
B = 50.36%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27648D (or 0x27648D) is known color: Endeavour. HEX triplet: 27, 64 and 8D. RGB value is (39,100,141). Sum of RGB (Red+Green+Blue) = 39+100+141=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #27648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648D is #D89B72. Grayscale: #565656. Windows color (decimal): -14195571 or 9266215. OLE color: 9266215.

HSL color Cylindrical-coordinate representation of color #27648D: hue angle of 204.12º degrees, saturation: 0.57, 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 #27648D is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 100 141 -
CMYK 0.72 0.29 0 0.45
HSL 204.12º 0.57% 0.35% -
HSV(B) 204.12º 0.72% 0.55% -
XYZ 10.2 11.47 26.88 -
YUV 86.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 39 100 141 0.72 0.29 0 0.45 204.12 0.57 0.35
Hex 27 64 8D 48 1D 0 2D CC 39 23
Octal 47 144 215 110 35 0 55 314 71 43
Binary 100111 1100100 10001101 1001000 11101 0 101101 11001100 111001 100011

Color Harmonies of #27648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27648D

Black with #27648D

Text Example


Text Example

White with #27648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27648D; }

 p { color: rgb(39,100,141); }

 H1.HeaderClassName
 {
   color: #27648D;
 }
 .AnyTagClassName
 {
   color: #27648D;
 }
</style>

background-color css

<style>
 a { background-color: #27648D; }

 a { background-color: rgb(39,100,141); }

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

border-color css

<style>
 span { border-color: #27648D; }

 span { border-color: rgb(39,100,141); }

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