Html Css Color HEX #363EBC Persian Blue

📋 copy color: '#363EBC'

red 54 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #363EBC

Tints of Persian Blue #363EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

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

R = 17.76%
G = 20.39%
B = 61.84%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#363EBC (or 0x363EBC) is known color: Persian Blue. HEX triplet: 36, 3E and BC. RGB value is (54,62,188). Sum of RGB (Red+Green+Blue) = 54+62+188=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #363EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EBC is #C9C143. Grayscale: #494949. Windows color (decimal): -13222212 or 12336694. OLE color: 12336694.

HSL color Cylindrical-coordinate representation of color #363EBC: hue angle of 236.42º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363EBC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 62 188 -
CMYK 0.71 0.67 0 0.26
HSL 236.42º 0.55% 0.47% -
HSV(B) 236.42º 0.71% 0.74% -
XYZ 12.32 7.86 48.44 -
YUV 73.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 54 62 188 0.71 0.67 0 0.26 236.42 0.55 0.47
Hex 36 3E BC 47 43 0 1A EC 37 2F
Octal 66 76 274 107 103 0 32 354 67 57
Binary 110110 111110 10111100 1000111 1000011 0 11010 11101100 110111 101111

Color Harmonies of #363EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EBC

Black with #363EBC

Text Example


Text Example

White with #363EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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