Html Css Color HEX #255F93 Endeavour

📋 copy color: '#255F93'

red 37 ◦ green 95 ◦ blue 147

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

Shades of Endeavour #255F93

Tints of Endeavour #255F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 13.26%
G = 34.05%
B = 52.69%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255F93 (or 0x255F93) is known color: Endeavour. HEX triplet: 25, 5F and 93. RGB value is (37,95,147). Sum of RGB (Red+Green+Blue) = 37+95+147=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #255F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F93 is #DAA06C. Grayscale: #535353. Windows color (decimal): -14327917 or 9658149. OLE color: 9658149.

HSL color Cylindrical-coordinate representation of color #255F93: hue angle of 208.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255F93 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 95 147 -
CMYK 0.75 0.35 0 0.42
HSL 208.36º 0.6% 0.36% -
HSV(B) 208.36º 0.75% 0.58% -
XYZ 10.12 10.68 29.13 -
YUV 83.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 37 95 147 0.75 0.35 0 0.42 208.36 0.6 0.36
Hex 25 5F 93 4B 23 0 2A D0 3C 24
Octal 45 137 223 113 43 0 52 320 74 44
Binary 100101 1011111 10010011 1001011 100011 0 101010 11010000 111100 100100

Color Harmonies of #255F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F93

Black with #255F93

Text Example


Text Example

White with #255F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255F93; }

 p { color: rgb(37,95,147); }

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

background-color css

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

 a { background-color: rgb(37,95,147); }

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

border-color css

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

 span { border-color: rgb(37,95,147); }

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