Html Css Color HEX #363CBC Persian Blue

📋 copy color: '#363CBC'

red 54 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #363CBC

Tints of Persian Blue #363CBC

RGB

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

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

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

R = 17.88%
G = 19.87%
B = 62.25%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#363CBC (or 0x363CBC) is known color: Persian Blue. HEX triplet: 36, 3C and BC. RGB value is (54,60,188). Sum of RGB (Red+Green+Blue) = 54+60+188=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #363CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CBC is #C9C343. Grayscale: #484848. Windows color (decimal): -13222724 or 12336182. OLE color: 12336182.

HSL color Cylindrical-coordinate representation of color #363CBC: hue angle of 237.31º 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 #363CBC is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 60 188 -
CMYK 0.71 0.68 0 0.26
HSL 237.31º 0.55% 0.47% -
HSV(B) 237.31º 0.71% 0.74% -
XYZ 12.21 7.65 48.41 -
YUV 72.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 54 60 188 0.71 0.68 0 0.26 237.31 0.55 0.47
Hex 36 3C BC 47 44 0 1A ED 37 2F
Octal 66 74 274 107 104 0 32 355 67 57
Binary 110110 111100 10111100 1000111 1000100 0 11010 11101101 110111 101111

Color Harmonies of #363CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CBC

Black with #363CBC

Text Example


Text Example

White with #363CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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