Html Css Color HEX #275384 Endeavour

📋 copy color: '#275384'

red 39 ◦ green 83 ◦ blue 132

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

Shades of Endeavour #275384

Tints of Endeavour #275384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.97%

R = 15.35%
G = 32.68%
B = 51.97%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#275384 (or 0x275384) is known color: Endeavour. HEX triplet: 27, 53 and 84. RGB value is (39,83,132). Sum of RGB (Red+Green+Blue) = 39+83+132=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #275384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275384 is #D8AC7B. Grayscale: #4B4B4B. Windows color (decimal): -14199932 or 8672039. OLE color: 8672039.

HSL color Cylindrical-coordinate representation of color #275384: hue angle of 211.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275384 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 83 132 -
CMYK 0.70 0.37 0 0.48
HSL 211.61º 0.54% 0.34% -
HSV(B) 211.61º 0.7% 0.52% -
XYZ 8.09 8.28 23 -
YUV 75.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 39 83 132 0.70 0.37 0 0.48 211.61 0.54 0.34
Hex 27 53 84 46 25 0 30 D4 36 22
Octal 47 123 204 106 45 0 60 324 66 42
Binary 100111 1010011 10000100 1000110 100101 0 110000 11010100 110110 100010

Color Harmonies of #275384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275384

Black with #275384

Text Example


Text Example

White with #275384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275384; }

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

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

background-color css

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

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

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

border-color css

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

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

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