Html Css Color HEX #362CCB Persian Blue

📋 copy color: '#362CCB'

red 54 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #362CCB

Tints of Persian Blue #362CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 17.94%
G = 14.62%
B = 67.44%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#362CCB (or 0x362CCB) is known color: Persian Blue. HEX triplet: 36, 2C and CB. RGB value is (54,44,203). Sum of RGB (Red+Green+Blue) = 54+44+203=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #362CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CCB is #C9D334. Grayscale: #404040. Windows color (decimal): -13226805 or 13315126. OLE color: 13315126.

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

Color convert

RGB 54 44 203 -
CMYK 0.73 0.78 0 0.20
HSL 243.77º 0.64% 0.48% -
HSV(B) 243.77º 0.78% 0.8% -
XYZ 13.2 6.9 57.14 -
YUV 65.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 54 44 203 0.73 0.78 0 0.20 243.77 0.64 0.48
Hex 36 2C CB 49 4E 0 14 F4 40 30
Octal 66 54 313 111 116 0 24 364 100 60
Binary 110110 101100 11001011 1001001 1001110 0 10100 11110100 1000000 110000

Color Harmonies of #362CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CCB

Black with #362CCB

Text Example


Text Example

White with #362CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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