Html Css Color HEX #363ABB Persian Blue

📋 copy color: '#363ABB'

red 54 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #363ABB

Tints of Persian Blue #363ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 18.06%
G = 19.4%
B = 62.54%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#363ABB (or 0x363ABB) is known color: Persian Blue. HEX triplet: 36, 3A and BB. RGB value is (54,58,187). Sum of RGB (Red+Green+Blue) = 54+58+187=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #363ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ABB is #C9C544. Grayscale: #464646. Windows color (decimal): -13223237 or 12270134. OLE color: 12270134.

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

Color convert

RGB 54 58 187 -
CMYK 0.71 0.69 0 0.27
HSL 238.2º 0.55% 0.47% -
HSV(B) 238.2º 0.71% 0.73% -
XYZ 12 7.4 47.81 -
YUV 71.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 54 58 187 0.71 0.69 0 0.27 238.2 0.55 0.47
Hex 36 3A BB 47 45 0 1B EE 37 2F
Octal 66 72 273 107 105 0 33 356 67 57
Binary 110110 111010 10111011 1000111 1000101 0 11011 11101110 110111 101111

Color Harmonies of #363ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ABB

Black with #363ABB

Text Example


Text Example

White with #363ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,187); }

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

background-color css

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

 a { background-color: rgb(54,58,187); }

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

border-color css

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

 span { border-color: rgb(54,58,187); }

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