Html Css Color HEX #3635CF Persian Blue

📋 copy color: '#3635CF'

red 54 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #3635CF

Tints of Persian Blue #3635CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 17.2%
G = 16.88%
B = 65.92%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3635CF (or 0x3635CF) is known color: Persian Blue. HEX triplet: 36, 35 and CF. RGB value is (54,53,207). Sum of RGB (Red+Green+Blue) = 54+53+207=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #3635CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3635CF is #C9CA30. Grayscale: #464646. Windows color (decimal): -13224497 or 13579574. OLE color: 13579574.

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

Color convert

RGB 54 53 207 -
CMYK 0.74 0.74 0 0.19
HSL 240.39º 0.62% 0.51% -
HSV(B) 240.39º 0.74% 0.81% -
XYZ 14.06 7.84 59.8 -
YUV 70.86 204.83 115.98 -
System Red Green Blue C M Y K H S L
Decimal 54 53 207 0.74 0.74 0 0.19 240.39 0.62 0.51
Hex 36 35 CF 4A 4A 0 13 F0 3E 33
Octal 66 65 317 112 112 0 23 360 76 63
Binary 110110 110101 11001111 1001010 1001010 0 10011 11110000 111110 110011

Color Harmonies of #3635CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3635CF

Black with #3635CF

Text Example


Text Example

White with #3635CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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