Html Css Color HEX #363DBD Persian Blue

📋 copy color: '#363DBD'

red 54 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #363DBD

Tints of Persian Blue #363DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 17.76%
G = 20.07%
B = 62.17%

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

#363DBD (or 0x363DBD) is known color: Persian Blue. HEX triplet: 36, 3D and BD. RGB value is (54,61,189). Sum of RGB (Red+Green+Blue) = 54+61+189=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #363DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBD is #C9C242. Grayscale: #484848. Windows color (decimal): -13222467 or 12401974. OLE color: 12401974.

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

Color convert

RGB 54 61 189 -
CMYK 0.71 0.68 0 0.26
HSL 236.89º 0.56% 0.48% -
HSV(B) 236.89º 0.71% 0.74% -
XYZ 12.38 7.8 49 -
YUV 73.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 54 61 189 0.71 0.68 0 0.26 236.89 0.56 0.48
Hex 36 3D BD 47 44 0 1A ED 38 30
Octal 66 75 275 107 104 0 32 355 70 60
Binary 110110 111101 10111101 1000111 1000100 0 11010 11101101 111000 110000

Color Harmonies of #363DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DBD

Black with #363DBD

Text Example


Text Example

White with #363DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,61,189); }

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

background-color css

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

 a { background-color: rgb(54,61,189); }

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

border-color css

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

 span { border-color: rgb(54,61,189); }

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