Html Css Color HEX #275A8F Endeavour

📋 copy color: '#275A8F'

red 39 ◦ green 90 ◦ blue 143

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

Shades of Endeavour #275A8F

Tints of Endeavour #275A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 14.34%
G = 33.09%
B = 52.57%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275A8F (or 0x275A8F) is known color: Endeavour. HEX triplet: 27, 5A and 8F. RGB value is (39,90,143). Sum of RGB (Red+Green+Blue) = 39+90+143=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #275A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A8F is #D8A570. Grayscale: #505050. Windows color (decimal): -14198129 or 9394727. OLE color: 9394727.

HSL color Cylindrical-coordinate representation of color #275A8F: hue angle of 210.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275A8F is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 90 143 -
CMYK 0.73 0.37 0 0.44
HSL 210.58º 0.57% 0.36% -
HSV(B) 210.58º 0.73% 0.56% -
XYZ 9.45 9.73 27.37 -
YUV 80.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 39 90 143 0.73 0.37 0 0.44 210.58 0.57 0.36
Hex 27 5A 8F 49 25 0 2C D3 39 24
Octal 47 132 217 111 45 0 54 323 71 44
Binary 100111 1011010 10001111 1001001 100101 0 101100 11010011 111001 100100

Color Harmonies of #275A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A8F

Black with #275A8F

Text Example


Text Example

White with #275A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,143); }

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

background-color css

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

 a { background-color: rgb(39,90,143); }

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

border-color css

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

 span { border-color: rgb(39,90,143); }

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