Html Css Color HEX #2374BB Denim

📋 copy color: '#2374BB'

red 35 ◦ green 116 ◦ blue 187

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

Shades of Denim #2374BB

Tints of Denim #2374BB

RGB

 RED value IS 35 (14.06% from 255) = 10.36%

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 10.36%
G = 34.32%
B = 55.33%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2374BB (or 0x2374BB) is known color: Denim. HEX triplet: 23, 74 and BB. RGB value is (35,116,187). Sum of RGB (Red+Green+Blue) = 35+116+187=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #2374BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374BB is #DC8B44. Grayscale: #636363. Windows color (decimal): -14453573 or 12284963. OLE color: 12284963.

HSL color Cylindrical-coordinate representation of color #2374BB: hue angle of 208.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2374BB is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 116 187 -
CMYK 0.81 0.38 0 0.27
HSL 208.03º 0.68% 0.44% -
HSV(B) 208.03º 0.81% 0.73% -
XYZ 15.91 16.44 49.35 -
YUV 99.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 35 116 187 0.81 0.38 0 0.27 208.03 0.68 0.44
Hex 23 74 BB 51 26 0 1B D0 44 2C
Octal 43 164 273 121 46 0 33 320 104 54
Binary 100011 1110100 10111011 1010001 100110 0 11011 11010000 1000100 101100

Color Harmonies of #2374BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374BB

Black with #2374BB

Text Example


Text Example

White with #2374BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,116,187); }

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

background-color css

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

 a { background-color: rgb(35,116,187); }

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

border-color css

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

 span { border-color: rgb(35,116,187); }

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