Html Css Color HEX #2565BC Denim

📋 copy color: '#2565BC'

red 37 ◦ green 101 ◦ blue 188

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

Shades of Denim #2565BC

Tints of Denim #2565BC

RGB

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

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

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

R = 11.35%
G = 30.98%
B = 57.67%

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

#2565BC (or 0x2565BC) is known color: Denim. HEX triplet: 25, 65 and BC. RGB value is (37,101,188). Sum of RGB (Red+Green+Blue) = 37+101+188=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2565BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2565BC is #DA9A43. Grayscale: #5B5B5B. Windows color (decimal): -14326340 or 12346661. OLE color: 12346661.

HSL color Cylindrical-coordinate representation of color #2565BC: hue angle of 214.57º 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 #2565BC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 101 188 -
CMYK 0.80 0.46 0 0.26
HSL 214.57º 0.67% 0.44% -
HSV(B) 214.57º 0.8% 0.74% -
XYZ 14.49 13.33 49.39 -
YUV 91.78 182.3 88.93 -
System Red Green Blue C M Y K H S L
Decimal 37 101 188 0.80 0.46 0 0.26 214.57 0.67 0.44
Hex 25 65 BC 50 2E 0 1A D7 43 2C
Octal 45 145 274 120 56 0 32 327 103 54
Binary 100101 1100101 10111100 1010000 101110 0 11010 11010111 1000011 101100

Color Harmonies of #2565BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565BC

Black with #2565BC

Text Example


Text Example

White with #2565BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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