Html Css Color HEX #350BCC Han Purple

📋 copy color: '#350BCC'

red 53 ◦ green 11 ◦ blue 204

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

Shades of Han Purple #350BCC

Tints of Han Purple #350BCC

RGB

 RED value IS 53 (21.09% from 255) = 19.78%

 GREEN value IS 11 (4.69% from 255) = 4.1%

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

R = 19.78%
G = 4.1%
B = 76.12%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#350BCC (or 0x350BCC) is known color: Han Purple. HEX triplet: 35, 0B and CC. RGB value is (53,11,204). Sum of RGB (Red+Green+Blue) = 53+11+204=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #350BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BCC is #CAF433. Grayscale: #2C2C2C. Windows color (decimal): -13300788 or 13372213. OLE color: 13372213.

HSL color Cylindrical-coordinate representation of color #350BCC: hue angle of 253.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BCC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 11 204 -
CMYK 0.74 0.95 0 0.2
HSL 253.06º 0.9% 0.42% -
HSV(B) 253.06º 0.95% 0.8% -
XYZ 12.49 5.36 57.5 -
YUV 45.56 217.41 133.31 -
System Red Green Blue C M Y K H S L
Decimal 53 11 204 0.74 0.95 0 0.2 253.06 0.9 0.42
Hex 35 B CC 4A 5F 0 14 FD 5A 2A
Octal 65 13 314 112 137 0 24 375 132 52
Binary 110101 1011 11001100 1001010 1011111 0 10100 11111101 1011010 101010

Color Harmonies of #350BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BCC

Black with #350BCC

Text Example


Text Example

White with #350BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350BCC; }

 p { color: rgb(53,11,204); }

 H1.HeaderClassName
 {
   color: #350BCC;
 }
 .AnyTagClassName
 {
   color: #350BCC;
 }
</style>

background-color css

<style>
 a { background-color: #350BCC; }

 a { background-color: rgb(53,11,204); }

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

border-color css

<style>
 span { border-color: #350BCC; }

 span { border-color: rgb(53,11,204); }

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