Html Css Color HEX #256BC2 Denim

📋 copy color: '#256BC2'

red 37 ◦ green 107 ◦ blue 194

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

Shades of Denim #256BC2

Tints of Denim #256BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 10.95%
G = 31.66%
B = 57.4%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#256BC2 (or 0x256BC2) is known color: Denim. HEX triplet: 25, 6B and C2. RGB value is (37,107,194). Sum of RGB (Red+Green+Blue) = 37+107+194=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #256BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BC2 is #DA943D. Grayscale: #5F5F5F. Windows color (decimal): -14324798 or 12741413. OLE color: 12741413.

HSL color Cylindrical-coordinate representation of color #256BC2: hue angle of 213.25º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256BC2 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 107 194 -
CMYK 0.81 0.45 0 0.24
HSL 213.25º 0.68% 0.45% -
HSV(B) 213.25º 0.81% 0.76% -
XYZ 15.76 14.8 53.07 -
YUV 95.99 183.31 85.93 -
System Red Green Blue C M Y K H S L
Decimal 37 107 194 0.81 0.45 0 0.24 213.25 0.68 0.45
Hex 25 6B C2 51 2D 0 18 D5 44 2D
Octal 45 153 302 121 55 0 30 325 104 55
Binary 100101 1101011 11000010 1010001 101101 0 11000 11010101 1000100 101101

Color Harmonies of #256BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BC2

Black with #256BC2

Text Example


Text Example

White with #256BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256BC2; }

 p { color: rgb(37,107,194); }

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

background-color css

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

 a { background-color: rgb(37,107,194); }

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

border-color css

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

 span { border-color: rgb(37,107,194); }

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