Html Css Color HEX #275388 Endeavour

📋 copy color: '#275388'

red 39 ◦ green 83 ◦ blue 136

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

Shades of Endeavour #275388

Tints of Endeavour #275388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 15.12%
G = 32.17%
B = 52.71%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#275388 (or 0x275388) is known color: Endeavour. HEX triplet: 27, 53 and 88. RGB value is (39,83,136). Sum of RGB (Red+Green+Blue) = 39+83+136=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #275388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275388 is #D8AC77. Grayscale: #4B4B4B. Windows color (decimal): -14199928 or 8934183. OLE color: 8934183.

HSL color Cylindrical-coordinate representation of color #275388: hue angle of 212.78º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275388 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 83 136 -
CMYK 0.71 0.39 0 0.47
HSL 212.78º 0.55% 0.34% -
HSV(B) 212.78º 0.71% 0.53% -
XYZ 8.37 8.4 24.47 -
YUV 75.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 39 83 136 0.71 0.39 0 0.47 212.78 0.55 0.34
Hex 27 53 88 47 27 0 2F D5 37 22
Octal 47 123 210 107 47 0 57 325 67 42
Binary 100111 1010011 10001000 1000111 100111 0 101111 11010101 110111 100010

Color Harmonies of #275388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275388

Black with #275388

Text Example


Text Example

White with #275388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275388; }

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

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

background-color css

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

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

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

border-color css

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

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

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