Html Css Color HEX #362ACB Persian Blue

📋 copy color: '#362ACB'

red 54 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #362ACB

Tints of Persian Blue #362ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 18.06%
G = 14.05%
B = 67.89%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#362ACB (or 0x362ACB) is known color: Persian Blue. HEX triplet: 36, 2A and CB. RGB value is (54,42,203). Sum of RGB (Red+Green+Blue) = 54+42+203=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #362ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ACB is #C9D534. Grayscale: #3F3F3F. Windows color (decimal): -13227317 or 13314614. OLE color: 13314614.

HSL color Cylindrical-coordinate representation of color #362ACB: hue angle of 244.47º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362ACB is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 42 203 -
CMYK 0.73 0.79 0 0.20
HSL 244.47º 0.66% 0.48% -
HSV(B) 244.47º 0.79% 0.8% -
XYZ 13.13 6.75 57.11 -
YUV 63.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 54 42 203 0.73 0.79 0 0.20 244.47 0.66 0.48
Hex 36 2A CB 49 4F 0 14 F4 42 30
Octal 66 52 313 111 117 0 24 364 102 60
Binary 110110 101010 11001011 1001001 1001111 0 10100 11110100 1000010 110000

Color Harmonies of #362ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ACB

Black with #362ACB

Text Example


Text Example

White with #362ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362ACB; }

 p { color: rgb(54,42,203); }

 H1.HeaderClassName
 {
   color: #362ACB;
 }
 .AnyTagClassName
 {
   color: #362ACB;
 }
</style>

background-color css

<style>
 a { background-color: #362ACB; }

 a { background-color: rgb(54,42,203); }

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

border-color css

<style>
 span { border-color: #362ACB; }

 span { border-color: rgb(54,42,203); }

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