Html Css Color HEX #2673CD Denim

📋 copy color: '#2673CD'

red 38 ◦ green 115 ◦ blue 205

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

Shades of Denim #2673CD

Tints of Denim #2673CD

RGB

 RED value IS 38 (15.23% from 255) = 10.61%

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 10.61%
G = 32.12%
B = 57.26%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2673CD (or 0x2673CD) is known color: Denim. HEX triplet: 26, 73 and CD. RGB value is (38,115,205). Sum of RGB (Red+Green+Blue) = 38+115+205=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #2673CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673CD is #D98C32. Grayscale: #656565. Windows color (decimal): -14257203 or 13464358. OLE color: 13464358.

HSL color Cylindrical-coordinate representation of color #2673CD: hue angle of 212.34º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2673CD is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 115 205 -
CMYK 0.81 0.44 0 0.20
HSL 212.34º 0.69% 0.48% -
HSV(B) 212.34º 0.81% 0.8% -
XYZ 17.95 17.08 60.11 -
YUV 102.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 38 115 205 0.81 0.44 0 0.20 212.34 0.69 0.48
Hex 26 73 CD 51 2C 0 14 D4 45 30
Octal 46 163 315 121 54 0 24 324 105 60
Binary 100110 1110011 11001101 1010001 101100 0 10100 11010100 1000101 110000

Color Harmonies of #2673CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2673CD

Black with #2673CD

Text Example


Text Example

White with #2673CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2673CD; }

 p { color: rgb(38,115,205); }

 H1.HeaderClassName
 {
   color: #2673CD;
 }
 .AnyTagClassName
 {
   color: #2673CD;
 }
</style>

background-color css

<style>
 a { background-color: #2673CD; }

 a { background-color: rgb(38,115,205); }

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

border-color css

<style>
 span { border-color: #2673CD; }

 span { border-color: rgb(38,115,205); }

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