Html Css Color HEX #27658C Endeavour

📋 copy color: '#27658C'

red 39 ◦ green 101 ◦ blue 140

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

Shades of Endeavour #27658C

Tints of Endeavour #27658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 140 (55.08% from 255) = 50%

R = 13.93%
G = 36.07%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27658C (or 0x27658C) is known color: Endeavour. HEX triplet: 27, 65 and 8C. RGB value is (39,101,140). Sum of RGB (Red+Green+Blue) = 39+101+140=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #27658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27658C is #D89A73. Grayscale: #565656. Windows color (decimal): -14195316 or 9200935. OLE color: 9200935.

HSL color Cylindrical-coordinate representation of color #27658C: hue angle of 203.17º 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 #27658C is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 101 140 -
CMYK 0.72 0.28 0 0.45
HSL 203.17º 0.56% 0.35% -
HSV(B) 203.17º 0.72% 0.55% -
XYZ 10.22 11.63 26.52 -
YUV 86.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 39 101 140 0.72 0.28 0 0.45 203.17 0.56 0.35
Hex 27 65 8C 48 1C 0 2D CB 38 23
Octal 47 145 214 110 34 0 55 313 70 43
Binary 100111 1100101 10001100 1001000 11100 0 101101 11001011 111000 100011

Color Harmonies of #27658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27658C

Black with #27658C

Text Example


Text Example

White with #27658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27658C; }

 p { color: rgb(39,101,140); }

 H1.HeaderClassName
 {
   color: #27658C;
 }
 .AnyTagClassName
 {
   color: #27658C;
 }
</style>

background-color css

<style>
 a { background-color: #27658C; }

 a { background-color: rgb(39,101,140); }

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

border-color css

<style>
 span { border-color: #27658C; }

 span { border-color: rgb(39,101,140); }

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