Html Css Color HEX #362EDA Persian Blue

📋 copy color: '#362EDA'

red 54 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #362EDA

Tints of Persian Blue #362EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

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

R = 16.98%
G = 14.47%
B = 68.55%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#362EDA (or 0x362EDA) is known color: Persian Blue. HEX triplet: 36, 2E and DA. RGB value is (54,46,218). Sum of RGB (Red+Green+Blue) = 54+46+218=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #362EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDA is #C9D125. Grayscale: #434343. Windows color (decimal): -13226278 or 14298678. OLE color: 14298678.

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

Color convert

RGB 54 46 218 -
CMYK 0.75 0.79 0 0.15
HSL 242.79º 0.7% 0.52% -
HSV(B) 242.79º 0.79% 0.85% -
XYZ 15.15 7.8 67.04 -
YUV 68 212.65 118.01 -
System Red Green Blue C M Y K H S L
Decimal 54 46 218 0.75 0.79 0 0.15 242.79 0.7 0.52
Hex 36 2E DA 4B 4F 0 F F3 46 34
Octal 66 56 332 113 117 0 17 363 106 64
Binary 110110 101110 11011010 1001011 1001111 0 1111 11110011 1000110 110100

Color Harmonies of #362EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EDA

Black with #362EDA

Text Example


Text Example

White with #362EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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