Html Css Color HEX #3604CC Han Purple

📋 copy color: '#3604CC'

red 54 ◦ green 4 ◦ blue 204

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

Shades of Han Purple #3604CC

Tints of Han Purple #3604CC

RGB

 RED value IS 54 (21.48% from 255) = 20.61%

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 20.61%
G = 1.53%
B = 77.86%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3604CC (or 0x3604CC) is known color: Han Purple. HEX triplet: 36, 04 and CC. RGB value is (54,4,204). Sum of RGB (Red+Green+Blue) = 54+4+204=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #3604CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604CC is #C9FB33. Grayscale: #292929. Windows color (decimal): -13237044 or 13370422. OLE color: 13370422.

HSL color Cylindrical-coordinate representation of color #3604CC: hue angle of 255º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604CC is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 4 204 -
CMYK 0.74 0.98 0 0.2
HSL 255º 0.96% 0.41% -
HSV(B) 255º 0.98% 0.8% -
XYZ 12.46 5.23 57.48 -
YUV 41.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 54 4 204 0.74 0.98 0 0.2 255 0.96 0.41
Hex 36 4 CC 4A 62 0 14 FF 60 29
Octal 66 4 314 112 142 0 24 377 140 51
Binary 110110 100 11001100 1001010 1100010 0 10100 11111111 1100000 101001

Color Harmonies of #3604CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3604CC

Black with #3604CC

Text Example


Text Example

White with #3604CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,4,204); }

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

background-color css

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

 a { background-color: rgb(54,4,204); }

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

border-color css

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

 span { border-color: rgb(54,4,204); }

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