Html Css Color HEX #2677CA Denim

📋 copy color: '#2677CA'

red 38 ◦ green 119 ◦ blue 202

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

Shades of Denim #2677CA

Tints of Denim #2677CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 10.58%
G = 33.15%
B = 56.27%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2677CA (or 0x2677CA) is known color: Denim. HEX triplet: 26, 77 and CA. RGB value is (38,119,202). Sum of RGB (Red+Green+Blue) = 38+119+202=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #2677CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677CA is #D98835. Grayscale: #676767. Windows color (decimal): -14256182 or 13268774. OLE color: 13268774.

HSL color Cylindrical-coordinate representation of color #2677CA: hue angle of 210.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2677CA is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 119 202 -
CMYK 0.81 0.41 0 0.21
HSL 210.37º 0.68% 0.47% -
HSV(B) 210.37º 0.81% 0.79% -
XYZ 18.06 17.87 58.37 -
YUV 104.24 183.16 80.75 -
System Red Green Blue C M Y K H S L
Decimal 38 119 202 0.81 0.41 0 0.21 210.37 0.68 0.47
Hex 26 77 CA 51 29 0 15 D2 44 2F
Octal 46 167 312 121 51 0 25 322 104 57
Binary 100110 1110111 11001010 1010001 101001 0 10101 11010010 1000100 101111

Color Harmonies of #2677CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2677CA

Black with #2677CA

Text Example


Text Example

White with #2677CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2677CA; }

 p { color: rgb(38,119,202); }

 H1.HeaderClassName
 {
   color: #2677CA;
 }
 .AnyTagClassName
 {
   color: #2677CA;
 }
</style>

background-color css

<style>
 a { background-color: #2677CA; }

 a { background-color: rgb(38,119,202); }

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

border-color css

<style>
 span { border-color: #2677CA; }

 span { border-color: rgb(38,119,202); }

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