Html Css Color HEX #255384 Endeavour

📋 copy color: '#255384'

red 37 ◦ green 83 ◦ blue 132

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

Shades of Endeavour #255384

Tints of Endeavour #255384

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

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

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

R = 14.68%
G = 32.94%
B = 52.38%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255384 (or 0x255384) is known color: Endeavour. HEX triplet: 25, 53 and 84. RGB value is (37,83,132). Sum of RGB (Red+Green+Blue) = 37+83+132=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #255384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255384 is #DAAC7B. Grayscale: #4A4A4A. Windows color (decimal): -14331004 or 8672037. OLE color: 8672037.

HSL color Cylindrical-coordinate representation of color #255384: hue angle of 210.95º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255384 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 83 132 -
CMYK 0.72 0.37 0 0.48
HSL 210.95º 0.56% 0.33% -
HSV(B) 210.95º 0.72% 0.52% -
XYZ 8.02 8.25 23 -
YUV 74.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 37 83 132 0.72 0.37 0 0.48 210.95 0.56 0.33
Hex 25 53 84 48 25 0 30 D3 38 21
Octal 45 123 204 110 45 0 60 323 70 41
Binary 100101 1010011 10000100 1001000 100101 0 110000 11010011 111000 100001

Color Harmonies of #255384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255384

Black with #255384

Text Example


Text Example

White with #255384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255384; }

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

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

background-color css

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

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

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

border-color css

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

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

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