Html Css Color HEX #362FC0 Persian Blue

📋 copy color: '#362FC0'

red 54 ◦ green 47 ◦ blue 192

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

Shades of Persian Blue #362FC0

Tints of Persian Blue #362FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.04%

 BLUE value IS 192 (75.39% from 255) = 65.53%

R = 18.43%
G = 16.04%
B = 65.53%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#362FC0 (or 0x362FC0) is known color: Persian Blue. HEX triplet: 36, 2F and C0. RGB value is (54,47,192). Sum of RGB (Red+Green+Blue) = 54+47+192=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #362FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FC0 is #C9D03F. Grayscale: #414141. Windows color (decimal): -13226048 or 12594998. OLE color: 12594998.

HSL color Cylindrical-coordinate representation of color #362FC0: hue angle of 242.9º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362FC0 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 47 192 -
CMYK 0.72 0.76 0 0.25
HSL 242.9º 0.61% 0.47% -
HSV(B) 242.9º 0.76% 0.75% -
XYZ 12.05 6.62 50.51 -
YUV 65.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 54 47 192 0.72 0.76 0 0.25 242.9 0.61 0.47
Hex 36 2F C0 48 4C 0 19 F3 3D 2F
Octal 66 57 300 110 114 0 31 363 75 57
Binary 110110 101111 11000000 1001000 1001100 0 11001 11110011 111101 101111

Color Harmonies of #362FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FC0

Black with #362FC0

Text Example


Text Example

White with #362FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,47,192); }

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

background-color css

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

 a { background-color: rgb(54,47,192); }

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

border-color css

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

 span { border-color: rgb(54,47,192); }

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