Html Css Color HEX #362DBC Persian Blue

📋 copy color: '#362DBC'

red 54 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #362DBC

Tints of Persian Blue #362DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 18.82%
G = 15.68%
B = 65.51%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#362DBC (or 0x362DBC) is known color: Persian Blue. HEX triplet: 36, 2D and BC. RGB value is (54,45,188). Sum of RGB (Red+Green+Blue) = 54+45+188=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #362DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DBC is #C9D243. Grayscale: #3F3F3F. Windows color (decimal): -13226564 or 12332342. OLE color: 12332342.

HSL color Cylindrical-coordinate representation of color #362DBC: hue angle of 243.78º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362DBC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 45 188 -
CMYK 0.71 0.76 0 0.26
HSL 243.78º 0.61% 0.46% -
HSV(B) 243.78º 0.76% 0.74% -
XYZ 11.54 6.29 48.18 -
YUV 63.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 54 45 188 0.71 0.76 0 0.26 243.78 0.61 0.46
Hex 36 2D BC 47 4C 0 1A F4 3D 2E
Octal 66 55 274 107 114 0 32 364 75 56
Binary 110110 101101 10111100 1000111 1001100 0 11010 11110100 111101 101110

Color Harmonies of #362DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DBC

Black with #362DBC

Text Example


Text Example

White with #362DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,45,188); }

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

background-color css

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

 a { background-color: rgb(54,45,188); }

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

border-color css

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

 span { border-color: rgb(54,45,188); }

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