Html Css Color HEX #3439CF Persian Blue

📋 copy color: '#3439CF'

red 52 ◦ green 57 ◦ blue 207

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

Shades of Persian Blue #3439CF

Tints of Persian Blue #3439CF

RGB

 RED value IS 52 (20.7% from 255) = 16.46%

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 16.46%
G = 18.04%
B = 65.51%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3439CF (or 0x3439CF) is known color: Persian Blue. HEX triplet: 34, 39 and CF. RGB value is (52,57,207). Sum of RGB (Red+Green+Blue) = 52+57+207=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 57 (22.66% from 255 or 18.04% 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 #3439CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439CF is #CBC630. Grayscale: #484848. Windows color (decimal): -13354545 or 13580596. OLE color: 13580596.

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

Color convert

RGB 52 57 207 -
CMYK 0.75 0.72 0 0.19
HSL 238.06º 0.62% 0.51% -
HSV(B) 238.06º 0.75% 0.81% -
XYZ 14.14 8.16 59.86 -
YUV 72.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 52 57 207 0.75 0.72 0 0.19 238.06 0.62 0.51
Hex 34 39 CF 4B 48 0 13 EE 3E 33
Octal 64 71 317 113 110 0 23 356 76 63
Binary 110100 111001 11001111 1001011 1001000 0 10011 11101110 111110 110011

Color Harmonies of #3439CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3439CF

Black with #3439CF

Text Example


Text Example

White with #3439CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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