Html Css Color HEX #343BCA Persian Blue

📋 copy color: '#343BCA'

red 52 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #343BCA

Tints of Persian Blue #343BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 16.61%
G = 18.85%
B = 64.54%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#343BCA (or 0x343BCA) is known color: Persian Blue. HEX triplet: 34, 3B and CA. RGB value is (52,59,202). Sum of RGB (Red+Green+Blue) = 52+59+202=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #343BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BCA is #CBC435. Grayscale: #484848. Windows color (decimal): -13354038 or 13253428. OLE color: 13253428.

HSL color Cylindrical-coordinate representation of color #343BCA: hue angle of 237.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343BCA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 59 202 -
CMYK 0.74 0.71 0 0.21
HSL 237.2º 0.59% 0.5% -
HSV(B) 237.2º 0.74% 0.79% -
XYZ 13.64 8.12 56.73 -
YUV 73.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 52 59 202 0.74 0.71 0 0.21 237.2 0.59 0.5
Hex 34 3B CA 4A 47 0 15 ED 3B 32
Octal 64 73 312 112 107 0 25 355 73 62
Binary 110100 111011 11001010 1001010 1000111 0 10101 11101101 111011 110010

Color Harmonies of #343BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BCA

Black with #343BCA

Text Example


Text Example

White with #343BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343BCA; }

 p { color: rgb(52,59,202); }

 H1.HeaderClassName
 {
   color: #343BCA;
 }
 .AnyTagClassName
 {
   color: #343BCA;
 }
</style>

background-color css

<style>
 a { background-color: #343BCA; }

 a { background-color: rgb(52,59,202); }

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

border-color css

<style>
 span { border-color: #343BCA; }

 span { border-color: rgb(52,59,202); }

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