Html Css Color HEX #3438BC Persian Blue

📋 copy color: '#3438BC'

red 52 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #3438BC

Tints of Persian Blue #3438BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 17.57%
G = 18.92%
B = 63.51%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3438BC (or 0x3438BC) is known color: Persian Blue. HEX triplet: 34, 38 and BC. RGB value is (52,56,188). Sum of RGB (Red+Green+Blue) = 52+56+188=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #3438BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438BC is #CBC743. Grayscale: #454545. Windows color (decimal): -13354820 or 12335156. OLE color: 12335156.

HSL color Cylindrical-coordinate representation of color #3438BC: hue angle of 238.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3438BC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 56 188 -
CMYK 0.72 0.70 0 0.26
HSL 238.24º 0.57% 0.47% -
HSV(B) 238.24º 0.72% 0.74% -
XYZ 11.91 7.19 48.34 -
YUV 69.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 52 56 188 0.72 0.70 0 0.26 238.24 0.57 0.47
Hex 34 38 BC 48 46 0 1A EE 39 2F
Octal 64 70 274 110 106 0 32 356 71 57
Binary 110100 111000 10111100 1001000 1000110 0 11010 11101110 111001 101111

Color Harmonies of #3438BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3438BC

Black with #3438BC

Text Example


Text Example

White with #3438BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3438BC; }

 p { color: rgb(52,56,188); }

 H1.HeaderClassName
 {
   color: #3438BC;
 }
 .AnyTagClassName
 {
   color: #3438BC;
 }
</style>

background-color css

<style>
 a { background-color: #3438BC; }

 a { background-color: rgb(52,56,188); }

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

border-color css

<style>
 span { border-color: #3438BC; }

 span { border-color: rgb(52,56,188); }

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