Html Css Color HEX #362DBE Persian Blue

📋 copy color: '#362DBE'

red 54 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #362DBE

Tints of Persian Blue #362DBE

RGB

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

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

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

R = 18.69%
G = 15.57%
B = 65.74%

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

#362DBE (or 0x362DBE) is known color: Persian Blue. HEX triplet: 36, 2D and BE. RGB value is (54,45,190). Sum of RGB (Red+Green+Blue) = 54+45+190=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #362DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DBE is #C9D241. Grayscale: #3F3F3F. Windows color (decimal): -13226562 or 12463414. OLE color: 12463414.

HSL color Cylindrical-coordinate representation of color #362DBE: hue angle of 243.72º degrees, saturation: 0.62, 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 #362DBE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 45 190 -
CMYK 0.72 0.76 0 0.25
HSL 243.72º 0.62% 0.46% -
HSV(B) 243.72º 0.76% 0.75% -
XYZ 11.75 6.38 49.33 -
YUV 64.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 54 45 190 0.72 0.76 0 0.25 243.72 0.62 0.46
Hex 36 2D BE 48 4C 0 19 F4 3E 2E
Octal 66 55 276 110 114 0 31 364 76 56
Binary 110110 101101 10111110 1001000 1001100 0 11001 11110100 111110 101110

Color Harmonies of #362DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DBE

Black with #362DBE

Text Example


Text Example

White with #362DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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