Html Css Color HEX #362EBE Persian Blue

📋 copy color: '#362EBE'

red 54 ◦ green 46 ◦ blue 190

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

Shades of Persian Blue #362EBE

Tints of Persian Blue #362EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 18.62%
G = 15.86%
B = 65.52%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#362EBE (or 0x362EBE) is known color: Persian Blue. HEX triplet: 36, 2E and BE. RGB value is (54,46,190). Sum of RGB (Red+Green+Blue) = 54+46+190=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #362EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EBE is #C9D141. Grayscale: #404040. Windows color (decimal): -13226306 or 12463670. OLE color: 12463670.

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

Color convert

RGB 54 46 190 -
CMYK 0.72 0.76 0 0.25
HSL 243.33º 0.61% 0.46% -
HSV(B) 243.33º 0.76% 0.75% -
XYZ 11.79 6.46 49.34 -
YUV 64.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 54 46 190 0.72 0.76 0 0.25 243.33 0.61 0.46
Hex 36 2E BE 48 4C 0 19 F3 3D 2E
Octal 66 56 276 110 114 0 31 363 75 56
Binary 110110 101110 10111110 1001000 1001100 0 11001 11110011 111101 101110

Color Harmonies of #362EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EBE

Black with #362EBE

Text Example


Text Example

White with #362EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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