Html Css Color HEX #2364CA Denim

📋 copy color: '#2364CA'

red 35 ◦ green 100 ◦ blue 202

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

Shades of Denim #2364CA

Tints of Denim #2364CA

RGB

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

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

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

R = 10.39%
G = 29.67%
B = 59.94%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2364CA (or 0x2364CA) is known color: Denim. HEX triplet: 23, 64 and CA. RGB value is (35,100,202). Sum of RGB (Red+Green+Blue) = 35+100+202=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #2364CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364CA is #DC9B35. Grayscale: #5B5B5B. Windows color (decimal): -14457654 or 13263907. OLE color: 13263907.

HSL color Cylindrical-coordinate representation of color #2364CA: hue angle of 216.65º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2364CA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 100 202 -
CMYK 0.83 0.50 0 0.21
HSL 216.65º 0.7% 0.46% -
HSV(B) 216.65º 0.83% 0.79% -
XYZ 15.91 13.74 57.69 -
YUV 92.19 189.97 87.21 -
System Red Green Blue C M Y K H S L
Decimal 35 100 202 0.83 0.50 0 0.21 216.65 0.7 0.46
Hex 23 64 CA 53 32 0 15 D9 46 2E
Octal 43 144 312 123 62 0 25 331 106 56
Binary 100011 1100100 11001010 1010011 110010 0 10101 11011001 1000110 101110

Color Harmonies of #2364CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364CA

Black with #2364CA

Text Example


Text Example

White with #2364CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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