Html Css Color HEX #362BDA Persian Blue

📋 copy color: '#362BDA'

red 54 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #362BDA

Tints of Persian Blue #362BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 17.14%
G = 13.65%
B = 69.21%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#362BDA (or 0x362BDA) is known color: Persian Blue. HEX triplet: 36, 2B and DA. RGB value is (54,43,218). Sum of RGB (Red+Green+Blue) = 54+43+218=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #362BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BDA is #C9D425. Grayscale: #414141. Windows color (decimal): -13227046 or 14297910. OLE color: 14297910.

HSL color Cylindrical-coordinate representation of color #362BDA: hue angle of 243.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362BDA is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 43 218 -
CMYK 0.75 0.80 0 0.15
HSL 243.77º 0.7% 0.51% -
HSV(B) 243.77º 0.8% 0.85% -
XYZ 15.04 7.57 67 -
YUV 66.24 213.64 119.27 -
System Red Green Blue C M Y K H S L
Decimal 54 43 218 0.75 0.80 0 0.15 243.77 0.7 0.51
Hex 36 2B DA 4B 50 0 F F4 46 33
Octal 66 53 332 113 120 0 17 364 106 63
Binary 110110 101011 11011010 1001011 1010000 0 1111 11110100 1000110 110011

Color Harmonies of #362BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BDA

Black with #362BDA

Text Example


Text Example

White with #362BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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