Html Css Color HEX #362EBC Persian Blue

📋 copy color: '#362EBC'

red 54 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #362EBC

Tints of Persian Blue #362EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 18.75%
G = 15.97%
B = 65.28%

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

#362EBC (or 0x362EBC) is known color: Persian Blue. HEX triplet: 36, 2E and BC. RGB value is (54,46,188). Sum of RGB (Red+Green+Blue) = 54+46+188=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #362EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EBC is #C9D143. Grayscale: #404040. Windows color (decimal): -13226308 or 12332598. OLE color: 12332598.

HSL color Cylindrical-coordinate representation of color #362EBC: hue angle of 243.38º 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 #362EBC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 46 188 -
CMYK 0.71 0.76 0 0.26
HSL 243.38º 0.61% 0.46% -
HSV(B) 243.38º 0.76% 0.74% -
XYZ 11.58 6.37 48.2 -
YUV 64.58 197.65 120.45 -
System Red Green Blue C M Y K H S L
Decimal 54 46 188 0.71 0.76 0 0.26 243.38 0.61 0.46
Hex 36 2E BC 47 4C 0 1A F3 3D 2E
Octal 66 56 274 107 114 0 32 363 75 56
Binary 110110 101110 10111100 1000111 1001100 0 11010 11110011 111101 101110

Color Harmonies of #362EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EBC

Black with #362EBC

Text Example


Text Example

White with #362EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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