Html Css Color HEX #3634CF Persian Blue

📋 copy color: '#3634CF'

red 54 ◦ green 52 ◦ blue 207

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

Shades of Persian Blue #3634CF

Tints of Persian Blue #3634CF

RGB

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

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

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

R = 17.25%
G = 16.61%
B = 66.13%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3634CF (or 0x3634CF) is known color: Persian Blue. HEX triplet: 36, 34 and CF. RGB value is (54,52,207). Sum of RGB (Red+Green+Blue) = 54+52+207=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3634CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3634CF is #C9CB30. Grayscale: #454545. Windows color (decimal): -13224753 or 13579318. OLE color: 13579318.

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

Color convert

RGB 54 52 207 -
CMYK 0.74 0.75 0 0.19
HSL 240.77º 0.62% 0.51% -
HSV(B) 240.77º 0.75% 0.81% -
XYZ 14.01 7.75 59.79 -
YUV 70.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 54 52 207 0.74 0.75 0 0.19 240.77 0.62 0.51
Hex 36 34 CF 4A 4B 0 13 F1 3E 33
Octal 66 64 317 112 113 0 23 361 76 63
Binary 110110 110100 11001111 1001010 1001011 0 10011 11110001 111110 110011

Color Harmonies of #3634CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3634CF

Black with #3634CF

Text Example


Text Example

White with #3634CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,52,207); }

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

background-color css

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

 a { background-color: rgb(54,52,207); }

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

border-color css

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

 span { border-color: rgb(54,52,207); }

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