Html Css Color HEX #255EB3 Denim

📋 copy color: '#255EB3'

red 37 ◦ green 94 ◦ blue 179

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

Shades of Denim #255EB3

Tints of Denim #255EB3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.32%

 BLUE value IS 179 (70.31% from 255) = 57.74%

R = 11.94%
G = 30.32%
B = 57.74%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#255EB3 (or 0x255EB3) is known color: Denim. HEX triplet: 25, 5E and B3. RGB value is (37,94,179). Sum of RGB (Red+Green+Blue) = 37+94+179=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #255EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EB3 is #DAA14C. Grayscale: #565656. Windows color (decimal): -14328141 or 11755045. OLE color: 11755045.

HSL color Cylindrical-coordinate representation of color #255EB3: hue angle of 215.92º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255EB3 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 94 179 -
CMYK 0.79 0.47 0 0.30
HSL 215.92º 0.66% 0.42% -
HSV(B) 215.92º 0.79% 0.7% -
XYZ 12.9 11.65 44.22 -
YUV 86.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 37 94 179 0.79 0.47 0 0.30 215.92 0.66 0.42
Hex 25 5E B3 4F 2F 0 1E D8 42 2A
Octal 45 136 263 117 57 0 36 330 102 52
Binary 100101 1011110 10110011 1001111 101111 0 11110 11011000 1000010 101010

Color Harmonies of #255EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EB3

Black with #255EB3

Text Example


Text Example

White with #255EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,179); }

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

background-color css

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

 a { background-color: rgb(37,94,179); }

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

border-color css

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

 span { border-color: rgb(37,94,179); }

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