Html Css Color HEX #2364AF Denim

📋 copy color: '#2364AF'

red 35 ◦ green 100 ◦ blue 175

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

Shades of Denim #2364AF

Tints of Denim #2364AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 11.29%
G = 32.26%
B = 56.45%

CMYK

 C value IS 0.8

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2364AF (or 0x2364AF) is known color: Denim. HEX triplet: 23, 64 and AF. RGB value is (35,100,175). Sum of RGB (Red+Green+Blue) = 35+100+175=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #2364AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2364AF is #DC9B50. Grayscale: #585858. Windows color (decimal): -14457681 or 11494435. OLE color: 11494435.

HSL color Cylindrical-coordinate representation of color #2364AF: hue angle of 212.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2364AF is Cyan = 0.8, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 100 175 -
CMYK 0.8 0.43 0 0.31
HSL 212.14º 0.67% 0.41% -
HSV(B) 212.14º 0.8% 0.69% -
XYZ 12.99 12.57 42.3 -
YUV 89.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 35 100 175 0.8 0.43 0 0.31 212.14 0.67 0.41
Hex 23 64 AF 50 2B 0 1F D4 43 29
Octal 43 144 257 120 53 0 37 324 103 51
Binary 100011 1100100 10101111 1010000 101011 0 11111 11010100 1000011 101001

Color Harmonies of #2364AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364AF

Black with #2364AF

Text Example


Text Example

White with #2364AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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