Html Css Color HEX #2566BC Denim

📋 copy color: '#2566BC'

red 37 ◦ green 102 ◦ blue 188

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

Shades of Denim #2566BC

Tints of Denim #2566BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 11.31%
G = 31.19%
B = 57.49%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2566BC (or 0x2566BC) is known color: Denim. HEX triplet: 25, 66 and BC. RGB value is (37,102,188). Sum of RGB (Red+Green+Blue) = 37+102+188=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2566BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566BC is #DA9943. Grayscale: #5B5B5B. Windows color (decimal): -14326084 or 12346917. OLE color: 12346917.

HSL color Cylindrical-coordinate representation of color #2566BC: hue angle of 214.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2566BC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 102 188 -
CMYK 0.80 0.46 0 0.26
HSL 214.17º 0.67% 0.44% -
HSV(B) 214.17º 0.8% 0.74% -
XYZ 14.59 13.53 49.42 -
YUV 92.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 37 102 188 0.80 0.46 0 0.26 214.17 0.67 0.44
Hex 25 66 BC 50 2E 0 1A D6 43 2C
Octal 45 146 274 120 56 0 32 326 103 54
Binary 100101 1100110 10111100 1010000 101110 0 11010 11010110 1000011 101100

Color Harmonies of #2566BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566BC

Black with #2566BC

Text Example


Text Example

White with #2566BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2566BC; }

 p { color: rgb(37,102,188); }

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

background-color css

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

 a { background-color: rgb(37,102,188); }

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

border-color css

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

 span { border-color: rgb(37,102,188); }

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