Html Css Color HEX #255B94 Endeavour

📋 copy color: '#255B94'

red 37 ◦ green 91 ◦ blue 148

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

Shades of Endeavour #255B94

Tints of Endeavour #255B94

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 13.41%
G = 32.97%
B = 53.62%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255B94 (or 0x255B94) is known color: Endeavour. HEX triplet: 25, 5B and 94. RGB value is (37,91,148). Sum of RGB (Red+Green+Blue) = 37+91+148=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #255B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B94 is #DAA46B. Grayscale: #515151. Windows color (decimal): -14328940 or 9722661. OLE color: 9722661.

HSL color Cylindrical-coordinate representation of color #255B94: hue angle of 210.81º 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 #255B94 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 91 148 -
CMYK 0.75 0.39 0 0.42
HSL 210.81º 0.6% 0.36% -
HSV(B) 210.81º 0.75% 0.58% -
XYZ 9.85 10.01 29.43 -
YUV 81.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 37 91 148 0.75 0.39 0 0.42 210.81 0.6 0.36
Hex 25 5B 94 4B 27 0 2A D3 3C 24
Octal 45 133 224 113 47 0 52 323 74 44
Binary 100101 1011011 10010100 1001011 100111 0 101010 11010011 111100 100100

Color Harmonies of #255B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B94

Black with #255B94

Text Example


Text Example

White with #255B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,148); }

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

background-color css

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

 a { background-color: rgb(37,91,148); }

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

border-color css

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

 span { border-color: rgb(37,91,148); }

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