Html Css Color HEX #275F8F Endeavour

📋 copy color: '#275F8F'

red 39 ◦ green 95 ◦ blue 143

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

Shades of Endeavour #275F8F

Tints of Endeavour #275F8F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 14.08%
G = 34.3%
B = 51.62%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275F8F (or 0x275F8F) is known color: Endeavour. HEX triplet: 27, 5F and 8F. RGB value is (39,95,143). Sum of RGB (Red+Green+Blue) = 39+95+143=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #275F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F8F is #D8A070. Grayscale: #535353. Windows color (decimal): -14196849 or 9396007. OLE color: 9396007.

HSL color Cylindrical-coordinate representation of color #275F8F: hue angle of 207.69º 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 #275F8F is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 95 143 -
CMYK 0.73 0.34 0 0.44
HSL 207.69º 0.57% 0.36% -
HSV(B) 207.69º 0.73% 0.56% -
XYZ 9.89 10.6 27.51 -
YUV 83.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 39 95 143 0.73 0.34 0 0.44 207.69 0.57 0.36
Hex 27 5F 8F 49 22 0 2C D0 39 24
Octal 47 137 217 111 42 0 54 320 71 44
Binary 100111 1011111 10001111 1001001 100010 0 101100 11010000 111001 100100

Color Harmonies of #275F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F8F

Black with #275F8F

Text Example


Text Example

White with #275F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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