Html Css Color HEX #362FCA Persian Blue

📋 copy color: '#362FCA'

red 54 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #362FCA

Tints of Persian Blue #362FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 17.82%
G = 15.51%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#362FCA (or 0x362FCA) is known color: Persian Blue. HEX triplet: 36, 2F and CA. RGB value is (54,47,202). Sum of RGB (Red+Green+Blue) = 54+47+202=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #362FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FCA is #C9D035. Grayscale: #424242. Windows color (decimal): -13226038 or 13250358. OLE color: 13250358.

HSL color Cylindrical-coordinate representation of color #362FCA: hue angle of 242.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362FCA is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 47 202 -
CMYK 0.73 0.77 0 0.21
HSL 242.71º 0.62% 0.49% -
HSV(B) 242.71º 0.77% 0.79% -
XYZ 13.2 7.08 56.55 -
YUV 66.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 54 47 202 0.73 0.77 0 0.21 242.71 0.62 0.49
Hex 36 2F CA 49 4D 0 15 F3 3E 31
Octal 66 57 312 111 115 0 25 363 76 61
Binary 110110 101111 11001010 1001001 1001101 0 10101 11110011 111110 110001

Color Harmonies of #362FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FCA

Black with #362FCA

Text Example


Text Example

White with #362FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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