Html Css Color HEX #3537CF Persian Blue

📋 copy color: '#3537CF'

red 53 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #3537CF

Tints of Persian Blue #3537CF

RGB

 RED value IS 53 (21.09% from 255) = 16.83%

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 16.83%
G = 17.46%
B = 65.71%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3537CF (or 0x3537CF) is known color: Persian Blue. HEX triplet: 35, 37 and CF. RGB value is (53,55,207). Sum of RGB (Red+Green+Blue) = 53+55+207=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #3537CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3537CF is #CAC830. Grayscale: #474747. Windows color (decimal): -13289521 or 13580085. OLE color: 13580085.

HSL color Cylindrical-coordinate representation of color #3537CF: hue angle of 239.22º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3537CF is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 55 207 -
CMYK 0.74 0.73 0 0.19
HSL 239.22º 0.62% 0.51% -
HSV(B) 239.22º 0.74% 0.81% -
XYZ 14.1 7.99 59.83 -
YUV 71.73 204.34 114.64 -
System Red Green Blue C M Y K H S L
Decimal 53 55 207 0.74 0.73 0 0.19 239.22 0.62 0.51
Hex 35 37 CF 4A 49 0 13 EF 3E 33
Octal 65 67 317 112 111 0 23 357 76 63
Binary 110101 110111 11001111 1001010 1001001 0 10011 11101111 111110 110011

Color Harmonies of #3537CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3537CF

Black with #3537CF

Text Example


Text Example

White with #3537CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3537CF; }

 p { color: rgb(53,55,207); }

 H1.HeaderClassName
 {
   color: #3537CF;
 }
 .AnyTagClassName
 {
   color: #3537CF;
 }
</style>

background-color css

<style>
 a { background-color: #3537CF; }

 a { background-color: rgb(53,55,207); }

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

border-color css

<style>
 span { border-color: #3537CF; }

 span { border-color: rgb(53,55,207); }

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