Html Css Color HEX #2364CC Denim

📋 copy color: '#2364CC'

red 35 ◦ green 100 ◦ blue 204

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

Shades of Denim #2364CC

Tints of Denim #2364CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 10.32%
G = 29.5%
B = 60.18%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2364CC (or 0x2364CC) is known color: Denim. HEX triplet: 23, 64 and CC. RGB value is (35,100,204). Sum of RGB (Red+Green+Blue) = 35+100+204=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #2364CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364CC is #DC9B33. Grayscale: #5B5B5B. Windows color (decimal): -14457652 or 13394979. OLE color: 13394979.

HSL color Cylindrical-coordinate representation of color #2364CC: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2364CC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 100 204 -
CMYK 0.83 0.51 0 0.2
HSL 216.92º 0.71% 0.47% -
HSV(B) 216.92º 0.83% 0.8% -
XYZ 16.15 13.83 58.95 -
YUV 92.42 190.97 87.04 -
System Red Green Blue C M Y K H S L
Decimal 35 100 204 0.83 0.51 0 0.2 216.92 0.71 0.47
Hex 23 64 CC 53 33 0 14 D9 47 2F
Octal 43 144 314 123 63 0 24 331 107 57
Binary 100011 1100100 11001100 1010011 110011 0 10100 11011001 1000111 101111

Color Harmonies of #2364CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364CC

Black with #2364CC

Text Example


Text Example

White with #2364CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2364CC; }

 p { color: rgb(35,100,204); }

 H1.HeaderClassName
 {
   color: #2364CC;
 }
 .AnyTagClassName
 {
   color: #2364CC;
 }
</style>

background-color css

<style>
 a { background-color: #2364CC; }

 a { background-color: rgb(35,100,204); }

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

border-color css

<style>
 span { border-color: #2364CC; }

 span { border-color: rgb(35,100,204); }

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