Html Css Color HEX #363CB3 Persian Blue

📋 copy color: '#363CB3'

red 54 ◦ green 60 ◦ blue 179

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

Shades of Persian Blue #363CB3

Tints of Persian Blue #363CB3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.48%

 BLUE value IS 179 (70.31% from 255) = 61.09%

R = 18.43%
G = 20.48%
B = 61.09%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#363CB3 (or 0x363CB3) is known color: Persian Blue. HEX triplet: 36, 3C and B3. RGB value is (54,60,179). Sum of RGB (Red+Green+Blue) = 54+60+179=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #363CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CB3 is #C9C34C. Grayscale: #474747. Windows color (decimal): -13222733 or 11746358. OLE color: 11746358.

HSL color Cylindrical-coordinate representation of color #363CB3: hue angle of 237.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363CB3 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 60 179 -
CMYK 0.70 0.66 0 0.30
HSL 237.12º 0.54% 0.46% -
HSV(B) 237.12º 0.7% 0.7% -
XYZ 11.27 7.27 43.46 -
YUV 71.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 54 60 179 0.70 0.66 0 0.30 237.12 0.54 0.46
Hex 36 3C B3 46 42 0 1E ED 36 2E
Octal 66 74 263 106 102 0 36 355 66 56
Binary 110110 111100 10110011 1000110 1000010 0 11110 11101101 110110 101110

Color Harmonies of #363CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CB3

Black with #363CB3

Text Example


Text Example

White with #363CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363CB3; }

 p { color: rgb(54,60,179); }

 H1.HeaderClassName
 {
   color: #363CB3;
 }
 .AnyTagClassName
 {
   color: #363CB3;
 }
</style>

background-color css

<style>
 a { background-color: #363CB3; }

 a { background-color: rgb(54,60,179); }

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

border-color css

<style>
 span { border-color: #363CB3; }

 span { border-color: rgb(54,60,179); }

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