Html Css Color HEX #275385 Endeavour

📋 copy color: '#275385'

red 39 ◦ green 83 ◦ blue 133

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

Shades of Endeavour #275385

Tints of Endeavour #275385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 15.29%
G = 32.55%
B = 52.16%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#275385 (or 0x275385) is known color: Endeavour. HEX triplet: 27, 53 and 85. RGB value is (39,83,133). Sum of RGB (Red+Green+Blue) = 39+83+133=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #275385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275385 is #D8AC7A. Grayscale: #4B4B4B. Windows color (decimal): -14199931 or 8737575. OLE color: 8737575.

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

Color convert

RGB 39 83 133 -
CMYK 0.71 0.38 0 0.48
HSL 211.91º 0.55% 0.34% -
HSV(B) 211.91º 0.71% 0.52% -
XYZ 8.16 8.31 23.36 -
YUV 75.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 39 83 133 0.71 0.38 0 0.48 211.91 0.55 0.34
Hex 27 53 85 47 26 0 30 D4 37 22
Octal 47 123 205 107 46 0 60 324 67 42
Binary 100111 1010011 10000101 1000111 100110 0 110000 11010100 110111 100010

Color Harmonies of #275385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275385

Black with #275385

Text Example


Text Example

White with #275385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275385; }

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

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

background-color css

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

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

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

border-color css

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

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

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