Html Css Color HEX #3538CF Persian Blue

📋 copy color: '#3538CF'

red 53 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #3538CF

Tints of Persian Blue #3538CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 16.77%
G = 17.72%
B = 65.51%

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

#3538CF (or 0x3538CF) is known color: Persian Blue. HEX triplet: 35, 38 and CF. RGB value is (53,56,207). Sum of RGB (Red+Green+Blue) = 53+56+207=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #3538CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3538CF is #CAC730. Grayscale: #474747. Windows color (decimal): -13289265 or 13580341. OLE color: 13580341.

HSL color Cylindrical-coordinate representation of color #3538CF: hue angle of 238.83º 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 #3538CF is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 56 207 -
CMYK 0.74 0.73 0 0.19
HSL 238.83º 0.62% 0.51% -
HSV(B) 238.83º 0.74% 0.81% -
XYZ 14.14 8.09 59.85 -
YUV 72.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 53 56 207 0.74 0.73 0 0.19 238.83 0.62 0.51
Hex 35 38 CF 4A 49 0 13 EF 3E 33
Octal 65 70 317 112 111 0 23 357 76 63
Binary 110101 111000 11001111 1001010 1001001 0 10011 11101111 111110 110011

Color Harmonies of #3538CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538CF

Black with #3538CF

Text Example


Text Example

White with #3538CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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