Html Css Color HEX #3423CB Persian Blue

📋 copy color: '#3423CB'

red 52 ◦ green 35 ◦ blue 203

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

Shades of Persian Blue #3423CB

Tints of Persian Blue #3423CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 203 (79.69% from 255) = 70%

R = 17.93%
G = 12.07%
B = 70%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3423CB (or 0x3423CB) is known color: Persian Blue. HEX triplet: 34, 23 and CB. RGB value is (52,35,203). Sum of RGB (Red+Green+Blue) = 52+35+203=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #3423CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423CB is #CBDC34. Grayscale: #3A3A3A. Windows color (decimal): -13360181 or 13312820. OLE color: 13312820.

HSL color Cylindrical-coordinate representation of color #3423CB: hue angle of 246.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3423CB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 35 203 -
CMYK 0.74 0.83 0 0.20
HSL 246.07º 0.71% 0.47% -
HSV(B) 246.07º 0.83% 0.8% -
XYZ 12.8 6.24 57.03 -
YUV 59.24 209.13 122.84 -
System Red Green Blue C M Y K H S L
Decimal 52 35 203 0.74 0.83 0 0.20 246.07 0.71 0.47
Hex 34 23 CB 4A 53 0 14 F6 47 2F
Octal 64 43 313 112 123 0 24 366 107 57
Binary 110100 100011 11001011 1001010 1010011 0 10100 11110110 1000111 101111

Color Harmonies of #3423CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3423CB

Black with #3423CB

Text Example


Text Example

White with #3423CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3423CB; }

 p { color: rgb(52,35,203); }

 H1.HeaderClassName
 {
   color: #3423CB;
 }
 .AnyTagClassName
 {
   color: #3423CB;
 }
</style>

background-color css

<style>
 a { background-color: #3423CB; }

 a { background-color: rgb(52,35,203); }

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

border-color css

<style>
 span { border-color: #3423CB; }

 span { border-color: rgb(52,35,203); }

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