Html Css Color HEX #362FCB Persian Blue

📋 copy color: '#362FCB'

red 54 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #362FCB

Tints of Persian Blue #362FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 17.76%
G = 15.46%
B = 66.78%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#362FCB (or 0x362FCB) is known color: Persian Blue. HEX triplet: 36, 2F and CB. RGB value is (54,47,203). Sum of RGB (Red+Green+Blue) = 54+47+203=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #362FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FCB is #C9D034. Grayscale: #424242. Windows color (decimal): -13226037 or 13315894. OLE color: 13315894.

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

Color convert

RGB 54 47 203 -
CMYK 0.73 0.77 0 0.20
HSL 242.69º 0.62% 0.49% -
HSV(B) 242.69º 0.77% 0.8% -
XYZ 13.32 7.13 57.17 -
YUV 66.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 54 47 203 0.73 0.77 0 0.20 242.69 0.62 0.49
Hex 36 2F CB 49 4D 0 14 F3 3E 31
Octal 66 57 313 111 115 0 24 363 76 61
Binary 110110 101111 11001011 1001001 1001101 0 10100 11110011 111110 110001

Color Harmonies of #362FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FCB

Black with #362FCB

Text Example


Text Example

White with #362FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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