Html Css Color HEX #27538A Endeavour

📋 copy color: '#27538A'

red 39 ◦ green 83 ◦ blue 138

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

Shades of Endeavour #27538A

Tints of Endeavour #27538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 15%
G = 31.92%
B = 53.08%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#27538A (or 0x27538A) is known color: Endeavour. HEX triplet: 27, 53 and 8A. RGB value is (39,83,138). Sum of RGB (Red+Green+Blue) = 39+83+138=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #27538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27538A is #D8AC75. Grayscale: #4B4B4B. Windows color (decimal): -14199926 or 9065255. OLE color: 9065255.

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

Color convert

RGB 39 83 138 -
CMYK 0.72 0.40 0 0.46
HSL 213.33º 0.56% 0.35% -
HSV(B) 213.33º 0.72% 0.54% -
XYZ 8.52 8.45 25.23 -
YUV 76.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 39 83 138 0.72 0.40 0 0.46 213.33 0.56 0.35
Hex 27 53 8A 48 28 0 2E D5 38 23
Octal 47 123 212 110 50 0 56 325 70 43
Binary 100111 1010011 10001010 1001000 101000 0 101110 11010101 111000 100011

Color Harmonies of #27538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27538A

Black with #27538A

Text Example


Text Example

White with #27538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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