Html Css Color HEX #2364B4 Denim

📋 copy color: '#2364B4'

red 35 ◦ green 100 ◦ blue 180

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

Shades of Denim #2364B4

Tints of Denim #2364B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.14%

R = 11.11%
G = 31.75%
B = 57.14%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2364B4 (or 0x2364B4) is known color: Denim. HEX triplet: 23, 64 and B4. RGB value is (35,100,180). Sum of RGB (Red+Green+Blue) = 35+100+180=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #2364B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364B4 is #DC9B4B. Grayscale: #595959. Windows color (decimal): -14457676 or 11822115. OLE color: 11822115.

HSL color Cylindrical-coordinate representation of color #2364B4: hue angle of 213.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2364B4 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 100 180 -
CMYK 0.81 0.44 0 0.29
HSL 213.1º 0.67% 0.42% -
HSV(B) 213.1º 0.81% 0.71% -
XYZ 13.49 12.77 44.93 -
YUV 89.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 35 100 180 0.81 0.44 0 0.29 213.1 0.67 0.42
Hex 23 64 B4 51 2C 0 1D D5 43 2A
Octal 43 144 264 121 54 0 35 325 103 52
Binary 100011 1100100 10110100 1010001 101100 0 11101 11010101 1000011 101010

Color Harmonies of #2364B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364B4

Black with #2364B4

Text Example


Text Example

White with #2364B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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