Html Css Color HEX #3734CB Persian Blue

📋 copy color: '#3734CB'

red 55 ◦ green 52 ◦ blue 203

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

Shades of Persian Blue #3734CB

Tints of Persian Blue #3734CB

RGB

 RED value IS 55 (21.88% from 255) = 17.74%

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 17.74%
G = 16.77%
B = 65.48%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3734CB (or 0x3734CB) is known color: Persian Blue. HEX triplet: 37, 34 and CB. RGB value is (55,52,203). Sum of RGB (Red+Green+Blue) = 55+52+203=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #3734CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734CB is #C8CB34. Grayscale: #454545. Windows color (decimal): -13159221 or 13317175. OLE color: 13317175.

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

Color convert

RGB 55 52 203 -
CMYK 0.73 0.74 0 0.20
HSL 241.19º 0.59% 0.5% -
HSV(B) 241.19º 0.74% 0.8% -
XYZ 13.58 7.58 57.25 -
YUV 70.11 202.99 117.22 -
System Red Green Blue C M Y K H S L
Decimal 55 52 203 0.73 0.74 0 0.20 241.19 0.59 0.5
Hex 37 34 CB 49 4A 0 14 F1 3B 32
Octal 67 64 313 111 112 0 24 361 73 62
Binary 110111 110100 11001011 1001001 1001010 0 10100 11110001 111011 110010

Color Harmonies of #3734CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3734CB

Black with #3734CB

Text Example


Text Example

White with #3734CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,52,203); }

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

background-color css

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

 a { background-color: rgb(55,52,203); }

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

border-color css

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

 span { border-color: rgb(55,52,203); }

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