Html Css Color HEX #362FDA Persian Blue

📋 copy color: '#362FDA'

red 54 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #362FDA

Tints of Persian Blue #362FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 16.93%
G = 14.73%
B = 68.34%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#362FDA (or 0x362FDA) is known color: Persian Blue. HEX triplet: 36, 2F and DA. RGB value is (54,47,218). Sum of RGB (Red+Green+Blue) = 54+47+218=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #362FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FDA is #C9D025. Grayscale: #434343. Windows color (decimal): -13226022 or 14298934. OLE color: 14298934.

HSL color Cylindrical-coordinate representation of color #362FDA: hue angle of 242.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362FDA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 47 218 -
CMYK 0.75 0.78 0 0.15
HSL 242.46º 0.7% 0.52% -
HSV(B) 242.46º 0.78% 0.85% -
XYZ 15.19 7.88 67.05 -
YUV 68.59 212.32 117.6 -
System Red Green Blue C M Y K H S L
Decimal 54 47 218 0.75 0.78 0 0.15 242.46 0.7 0.52
Hex 36 2F DA 4B 4E 0 F F2 46 34
Octal 66 57 332 113 116 0 17 362 106 64
Binary 110110 101111 11011010 1001011 1001110 0 1111 11110010 1000110 110100

Color Harmonies of #362FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FDA

Black with #362FDA

Text Example


Text Example

White with #362FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362FDA; }

 p { color: rgb(54,47,218); }

 H1.HeaderClassName
 {
   color: #362FDA;
 }
 .AnyTagClassName
 {
   color: #362FDA;
 }
</style>

background-color css

<style>
 a { background-color: #362FDA; }

 a { background-color: rgb(54,47,218); }

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

border-color css

<style>
 span { border-color: #362FDA; }

 span { border-color: rgb(54,47,218); }

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