Html Css Color HEX #2765B3 Denim

📋 copy color: '#2765B3'

red 39 ◦ green 101 ◦ blue 179

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

Shades of Denim #2765B3

Tints of Denim #2765B3

RGB

 RED value IS 39 (15.63% from 255) = 12.23%

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

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

R = 12.23%
G = 31.66%
B = 56.11%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2765B3 (or 0x2765B3) is known color: Denim. HEX triplet: 27, 65 and B3. RGB value is (39,101,179). Sum of RGB (Red+Green+Blue) = 39+101+179=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #2765B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765B3 is #D89A4C. Grayscale: #5A5A5A. Windows color (decimal): -14195277 or 11756839. OLE color: 11756839.

HSL color Cylindrical-coordinate representation of color #2765B3: hue angle of 213.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2765B3 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 39 101 179 -
CMYK 0.78 0.44 0 0.30
HSL 213.43º 0.64% 0.43% -
HSV(B) 213.43º 0.78% 0.7% -
XYZ 13.63 12.99 44.44 -
YUV 91.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 39 101 179 0.78 0.44 0 0.30 213.43 0.64 0.43
Hex 27 65 B3 4E 2C 0 1E D5 40 2B
Octal 47 145 263 116 54 0 36 325 100 53
Binary 100111 1100101 10110011 1001110 101100 0 11110 11010101 1000000 101011

Color Harmonies of #2765B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2765B3

Black with #2765B3

Text Example


Text Example

White with #2765B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2765B3; }

 p { color: rgb(39,101,179); }

 H1.HeaderClassName
 {
   color: #2765B3;
 }
 .AnyTagClassName
 {
   color: #2765B3;
 }
</style>

background-color css

<style>
 a { background-color: #2765B3; }

 a { background-color: rgb(39,101,179); }

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

border-color css

<style>
 span { border-color: #2765B3; }

 span { border-color: rgb(39,101,179); }

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