Html Css Color HEX #363DBE Persian Blue

📋 copy color: '#363DBE'

red 54 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #363DBE

Tints of Persian Blue #363DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 17.7%
G = 20%
B = 62.3%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#363DBE (or 0x363DBE) is known color: Persian Blue. HEX triplet: 36, 3D and BE. RGB value is (54,61,190). Sum of RGB (Red+Green+Blue) = 54+61+190=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #363DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBE is #C9C241. Grayscale: #494949. Windows color (decimal): -13222466 or 12467510. OLE color: 12467510.

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

Color convert

RGB 54 61 190 -
CMYK 0.72 0.68 0 0.25
HSL 236.91º 0.56% 0.48% -
HSV(B) 236.91º 0.72% 0.75% -
XYZ 12.48 7.84 49.57 -
YUV 73.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 54 61 190 0.72 0.68 0 0.25 236.91 0.56 0.48
Hex 36 3D BE 48 44 0 19 ED 38 30
Octal 66 75 276 110 104 0 31 355 70 60
Binary 110110 111101 10111110 1001000 1000100 0 11001 11101101 111000 110000

Color Harmonies of #363DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DBE

Black with #363DBE

Text Example


Text Example

White with #363DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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