Html Css Color HEX #3835CF Persian Blue

📋 copy color: '#3835CF'

red 56 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #3835CF

Tints of Persian Blue #3835CF

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3835CF (or 0x3835CF) is known color: Persian Blue. HEX triplet: 38, 35 and CF. RGB value is (56,53,207). Sum of RGB (Red+Green+Blue) = 56+53+207=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 53 (21.09% from 255 or 16.77% 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 #3835CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835CF is #C7CA30. Grayscale: #464646. Windows color (decimal): -13093425 or 13579576. OLE color: 13579576.

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

Color convert

RGB 56 53 207 -
CMYK 0.73 0.74 0 0.19
HSL 241.17º 0.62% 0.51% -
HSV(B) 241.17º 0.74% 0.81% -
XYZ 14.17 7.89 59.81 -
YUV 71.45 204.49 116.98 -
System Red Green Blue C M Y K H S L
Decimal 56 53 207 0.73 0.74 0 0.19 241.17 0.62 0.51
Hex 38 35 CF 49 4A 0 13 F1 3E 33
Octal 70 65 317 111 112 0 23 361 76 63
Binary 111000 110101 11001111 1001001 1001010 0 10011 11110001 111110 110011

Color Harmonies of #3835CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3835CF

Black with #3835CF

Text Example


Text Example

White with #3835CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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