Html Css Color HEX #275D9F Endeavour

📋 copy color: '#275D9F'

red 39 ◦ green 93 ◦ blue 159

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

Shades of Endeavour #275D9F

Tints of Endeavour #275D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 159 (62.5% from 255) = 54.64%

R = 13.4%
G = 31.96%
B = 54.64%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#275D9F (or 0x275D9F) is known color: Endeavour. HEX triplet: 27, 5D and 9F. RGB value is (39,93,159). Sum of RGB (Red+Green+Blue) = 39+93+159=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #275D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275D9F is #D8A260. Grayscale: #545454. Windows color (decimal): -14197345 or 10444071. OLE color: 10444071.

HSL color Cylindrical-coordinate representation of color #275D9F: hue angle of 213º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275D9F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 93 159 -
CMYK 0.75 0.42 0 0.38
HSL 213º 0.61% 0.39% -
HSV(B) 213º 0.75% 0.62% -
XYZ 11.01 10.76 34.3 -
YUV 84.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 39 93 159 0.75 0.42 0 0.38 213 0.61 0.39
Hex 27 5D 9F 4B 2A 0 26 D5 3D 27
Octal 47 135 237 113 52 0 46 325 75 47
Binary 100111 1011101 10011111 1001011 101010 0 100110 11010101 111101 100111

Color Harmonies of #275D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D9F

Black with #275D9F

Text Example


Text Example

White with #275D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275D9F; }

 p { color: rgb(39,93,159); }

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

background-color css

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

 a { background-color: rgb(39,93,159); }

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

border-color css

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

 span { border-color: rgb(39,93,159); }

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