Html Css Color HEX #3629CB Persian Blue

📋 copy color: '#3629CB'

red 54 ◦ green 41 ◦ blue 203

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

Shades of Persian Blue #3629CB

Tints of Persian Blue #3629CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 18.12%
G = 13.76%
B = 68.12%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3629CB (or 0x3629CB) is known color: Persian Blue. HEX triplet: 36, 29 and CB. RGB value is (54,41,203). Sum of RGB (Red+Green+Blue) = 54+41+203=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #3629CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629CB is #C9D634. Grayscale: #3E3E3E. Windows color (decimal): -13227573 or 13314358. OLE color: 13314358.

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

Color convert

RGB 54 41 203 -
CMYK 0.73 0.80 0 0.20
HSL 244.81º 0.66% 0.48% -
HSV(B) 244.81º 0.8% 0.8% -
XYZ 13.09 6.68 57.1 -
YUV 63.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 54 41 203 0.73 0.80 0 0.20 244.81 0.66 0.48
Hex 36 29 CB 49 50 0 14 F5 42 30
Octal 66 51 313 111 120 0 24 365 102 60
Binary 110110 101001 11001011 1001001 1010000 0 10100 11110101 1000010 110000

Color Harmonies of #3629CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3629CB

Black with #3629CB

Text Example


Text Example

White with #3629CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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