Html Css Color HEX #362BCD Persian Blue

📋 copy color: '#362BCD'

red 54 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #362BCD

Tints of Persian Blue #362BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 17.88%
G = 14.24%
B = 67.88%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#362BCD (or 0x362BCD) is known color: Persian Blue. HEX triplet: 36, 2B and CD. RGB value is (54,43,205). Sum of RGB (Red+Green+Blue) = 54+43+205=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #362BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BCD is #C9D432. Grayscale: #404040. Windows color (decimal): -13227059 or 13445942. OLE color: 13445942.

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

Color convert

RGB 54 43 205 -
CMYK 0.74 0.79 0 0.20
HSL 244.07º 0.65% 0.49% -
HSV(B) 244.07º 0.79% 0.8% -
XYZ 13.4 6.92 58.39 -
YUV 64.76 207.14 120.33 -
System Red Green Blue C M Y K H S L
Decimal 54 43 205 0.74 0.79 0 0.20 244.07 0.65 0.49
Hex 36 2B CD 4A 4F 0 14 F4 41 31
Octal 66 53 315 112 117 0 24 364 101 61
Binary 110110 101011 11001101 1001010 1001111 0 10100 11110100 1000001 110001

Color Harmonies of #362BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BCD

Black with #362BCD

Text Example


Text Example

White with #362BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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