Html Css Color HEX #2565BB Denim

📋 copy color: '#2565BB'

red 37 ◦ green 101 ◦ blue 187

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

Shades of Denim #2565BB

Tints of Denim #2565BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 11.38%
G = 31.08%
B = 57.54%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2565BB (or 0x2565BB) is known color: Denim. HEX triplet: 25, 65 and BB. RGB value is (37,101,187). Sum of RGB (Red+Green+Blue) = 37+101+187=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #2565BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2565BB is #DA9A44. Grayscale: #5B5B5B. Windows color (decimal): -14326341 or 12281125. OLE color: 12281125.

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

Color convert

RGB 37 101 187 -
CMYK 0.80 0.46 0 0.27
HSL 214.4º 0.67% 0.44% -
HSV(B) 214.4º 0.8% 0.73% -
XYZ 14.39 13.29 48.82 -
YUV 91.67 181.8 89.01 -
System Red Green Blue C M Y K H S L
Decimal 37 101 187 0.80 0.46 0 0.27 214.4 0.67 0.44
Hex 25 65 BB 50 2E 0 1B D6 43 2C
Octal 45 145 273 120 56 0 33 326 103 54
Binary 100101 1100101 10111011 1010000 101110 0 11011 11010110 1000011 101100

Color Harmonies of #2565BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565BB

Black with #2565BB

Text Example


Text Example

White with #2565BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2565BB; }

 p { color: rgb(37,101,187); }

 H1.HeaderClassName
 {
   color: #2565BB;
 }
 .AnyTagClassName
 {
   color: #2565BB;
 }
</style>

background-color css

<style>
 a { background-color: #2565BB; }

 a { background-color: rgb(37,101,187); }

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

border-color css

<style>
 span { border-color: #2565BB; }

 span { border-color: rgb(37,101,187); }

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