Html Css Color HEX #362BD0 Persian Blue

📋 copy color: '#362BD0'

red 54 ◦ green 43 ◦ blue 208

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

Shades of Persian Blue #362BD0

Tints of Persian Blue #362BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 17.7%
G = 14.1%
B = 68.2%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#362BD0 (or 0x362BD0) is known color: Persian Blue. HEX triplet: 36, 2B and D0. RGB value is (54,43,208). Sum of RGB (Red+Green+Blue) = 54+43+208=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #362BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BD0 is #C9D42F. Grayscale: #404040. Windows color (decimal): -13227056 or 13642550. OLE color: 13642550.

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

Color convert

RGB 54 43 208 -
CMYK 0.74 0.79 0 0.18
HSL 244º 0.66% 0.49% -
HSV(B) 244º 0.79% 0.82% -
XYZ 13.77 7.07 60.31 -
YUV 65.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 54 43 208 0.74 0.79 0 0.18 244 0.66 0.49
Hex 36 2B D0 4A 4F 0 12 F4 42 31
Octal 66 53 320 112 117 0 22 364 102 61
Binary 110110 101011 11010000 1001010 1001111 0 10010 11110100 1000010 110001

Color Harmonies of #362BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BD0

Black with #362BD0

Text Example


Text Example

White with #362BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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