Html Css Color HEX #3618CB Persian Blue

📋 copy color: '#3618CB'

red 54 ◦ green 24 ◦ blue 203

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

Shades of Persian Blue #3618CB

Tints of Persian Blue #3618CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

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

R = 19.22%
G = 8.54%
B = 72.24%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3618CB (or 0x3618CB) is known color: Persian Blue. HEX triplet: 36, 18 and CB. RGB value is (54,24,203). Sum of RGB (Red+Green+Blue) = 54+24+203=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #3618CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3618CB is #C9E734. Grayscale: #343434. Windows color (decimal): -13231925 or 13310006. OLE color: 13310006.

HSL color Cylindrical-coordinate representation of color #3618CB: hue angle of 250.06º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3618CB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 24 203 -
CMYK 0.73 0.88 0 0.20
HSL 250.06º 0.79% 0.45% -
HSV(B) 250.06º 0.88% 0.8% -
XYZ 12.63 5.75 56.94 -
YUV 53.38 212.44 128.45 -
System Red Green Blue C M Y K H S L
Decimal 54 24 203 0.73 0.88 0 0.20 250.06 0.79 0.45
Hex 36 18 CB 49 58 0 14 FA 4F 2D
Octal 66 30 313 111 130 0 24 372 117 55
Binary 110110 11000 11001011 1001001 1011000 0 10100 11111010 1001111 101101

Color Harmonies of #3618CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3618CB

Black with #3618CB

Text Example


Text Example

White with #3618CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3618CB; }

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

 H1.HeaderClassName
 {
   color: #3618CB;
 }
 .AnyTagClassName
 {
   color: #3618CB;
 }
</style>

background-color css

<style>
 a { background-color: #3618CB; }

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

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

border-color css

<style>
 span { border-color: #3618CB; }

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

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