Html Css Color HEX #362DBF Persian Blue

📋 copy color: '#362DBF'

red 54 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #362DBF

Tints of Persian Blue #362DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 18.62%
G = 15.52%
B = 65.86%

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

#362DBF (or 0x362DBF) is known color: Persian Blue. HEX triplet: 36, 2D and BF. RGB value is (54,45,191). Sum of RGB (Red+Green+Blue) = 54+45+191=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #362DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DBF is #C9D240. Grayscale: #3F3F3F. Windows color (decimal): -13226561 or 12528950. OLE color: 12528950.

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

Color convert

RGB 54 45 191 -
CMYK 0.72 0.76 0 0.25
HSL 243.7º 0.62% 0.46% -
HSV(B) 243.7º 0.76% 0.75% -
XYZ 11.86 6.42 49.9 -
YUV 64.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 54 45 191 0.72 0.76 0 0.25 243.7 0.62 0.46
Hex 36 2D BF 48 4C 0 19 F4 3E 2E
Octal 66 55 277 110 114 0 31 364 76 56
Binary 110110 101101 10111111 1001000 1001100 0 11001 11110100 111110 101110

Color Harmonies of #362DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DBF

Black with #362DBF

Text Example


Text Example

White with #362DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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