Html Css Color HEX #275F9C Endeavour

📋 copy color: '#275F9C'

red 39 ◦ green 95 ◦ blue 156

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

Shades of Endeavour #275F9C

Tints of Endeavour #275F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 13.45%
G = 32.76%
B = 53.79%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#275F9C (or 0x275F9C) is known color: Endeavour. HEX triplet: 27, 5F and 9C. RGB value is (39,95,156). Sum of RGB (Red+Green+Blue) = 39+95+156=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #275F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F9C is #D8A063. Grayscale: #545454. Windows color (decimal): -14196836 or 10247975. OLE color: 10247975.

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

Color convert

RGB 39 95 156 -
CMYK 0.75 0.39 0 0.39
HSL 211.28º 0.6% 0.38% -
HSV(B) 211.28º 0.75% 0.61% -
XYZ 10.93 11.02 33 -
YUV 85.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 39 95 156 0.75 0.39 0 0.39 211.28 0.6 0.38
Hex 27 5F 9C 4B 27 0 27 D3 3C 26
Octal 47 137 234 113 47 0 47 323 74 46
Binary 100111 1011111 10011100 1001011 100111 0 100111 11010011 111100 100110

Color Harmonies of #275F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F9C

Black with #275F9C

Text Example


Text Example

White with #275F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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