Html Css Color HEX #3A26C8 Persian Blue

📋 copy color: '#3A26C8'

red 58 ◦ green 38 ◦ blue 200

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

Shades of Persian Blue #3A26C8

Tints of Persian Blue #3A26C8

RGB

 RED value IS 58 (23.05% from 255) = 19.59%

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 200 (78.52% from 255) = 67.57%

R = 19.59%
G = 12.84%
B = 67.57%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3A26C8 (or 0x3A26C8) is known color: Persian Blue. HEX triplet: 3A, 26 and C8. RGB value is (58,38,200). Sum of RGB (Red+Green+Blue) = 58+38+200=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A26C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26C8 is #C5D937. Grayscale: #3D3D3D. Windows color (decimal): -12966200 or 13116986. OLE color: 13116986.

HSL color Cylindrical-coordinate representation of color #3A26C8: hue angle of 247.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A26C8 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 38 200 -
CMYK 0.71 0.81 0 0.22
HSL 247.41º 0.68% 0.47% -
HSV(B) 247.41º 0.81% 0.78% -
XYZ 12.86 6.46 55.21 -
YUV 62.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 58 38 200 0.71 0.81 0 0.22 247.41 0.68 0.47
Hex 3A 26 C8 47 51 0 16 F7 44 2F
Octal 72 46 310 107 121 0 26 367 104 57
Binary 111010 100110 11001000 1000111 1010001 0 10110 11110111 1000100 101111

Color Harmonies of #3A26C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A26C8

Black with #3A26C8

Text Example


Text Example

White with #3A26C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A26C8; }

 p { color: rgb(58,38,200); }

 H1.HeaderClassName
 {
   color: #3A26C8;
 }
 .AnyTagClassName
 {
   color: #3A26C8;
 }
</style>

background-color css

<style>
 a { background-color: #3A26C8; }

 a { background-color: rgb(58,38,200); }

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

border-color css

<style>
 span { border-color: #3A26C8; }

 span { border-color: rgb(58,38,200); }

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