Html Css Color HEX #362BC7 Persian Blue

📋 copy color: '#362BC7'

red 54 ◦ green 43 ◦ blue 199

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

Shades of Persian Blue #362BC7

Tints of Persian Blue #362BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

 BLUE value IS 199 (78.13% from 255) = 67.23%

R = 18.24%
G = 14.53%
B = 67.23%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#362BC7 (or 0x362BC7) is known color: Persian Blue. HEX triplet: 36, 2B and C7. RGB value is (54,43,199). Sum of RGB (Red+Green+Blue) = 54+43+199=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #362BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BC7 is #C9D438. Grayscale: #3F3F3F. Windows color (decimal): -13227065 or 13052726. OLE color: 13052726.

HSL color Cylindrical-coordinate representation of color #362BC7: hue angle of 244.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362BC7 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 43 199 -
CMYK 0.73 0.78 0 0.22
HSL 244.23º 0.64% 0.47% -
HSV(B) 244.23º 0.78% 0.78% -
XYZ 12.69 6.64 54.64 -
YUV 64.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 54 43 199 0.73 0.78 0 0.22 244.23 0.64 0.47
Hex 36 2B C7 49 4E 0 16 F4 40 2F
Octal 66 53 307 111 116 0 26 364 100 57
Binary 110110 101011 11000111 1001001 1001110 0 10110 11110100 1000000 101111

Color Harmonies of #362BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BC7

Black with #362BC7

Text Example


Text Example

White with #362BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,43,199); }

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

background-color css

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

 a { background-color: rgb(54,43,199); }

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

border-color css

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

 span { border-color: rgb(54,43,199); }

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