Html Css Color HEX #2368BB Denim

📋 copy color: '#2368BB'

red 35 ◦ green 104 ◦ blue 187

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

Shades of Denim #2368BB

Tints of Denim #2368BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 10.74%
G = 31.9%
B = 57.36%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2368BB (or 0x2368BB) is known color: Denim. HEX triplet: 23, 68 and BB. RGB value is (35,104,187). Sum of RGB (Red+Green+Blue) = 35+104+187=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #2368BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2368BB is #DC9744. Grayscale: #5C5C5C. Windows color (decimal): -14456645 or 12281891. OLE color: 12281891.

HSL color Cylindrical-coordinate representation of color #2368BB: hue angle of 212.76º 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 #2368BB is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 104 187 -
CMYK 0.81 0.44 0 0.27
HSL 212.76º 0.68% 0.44% -
HSV(B) 212.76º 0.81% 0.73% -
XYZ 14.61 13.85 48.92 -
YUV 92.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 35 104 187 0.81 0.44 0 0.27 212.76 0.68 0.44
Hex 23 68 BB 51 2C 0 1B D5 44 2C
Octal 43 150 273 121 54 0 33 325 104 54
Binary 100011 1101000 10111011 1010001 101100 0 11011 11010101 1000100 101100

Color Harmonies of #2368BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2368BB

Black with #2368BB

Text Example


Text Example

White with #2368BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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