Html Css Color HEX #3A33BB Persian Blue

📋 copy color: '#3A33BB'

red 58 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #3A33BB

Tints of Persian Blue #3A33BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 19.59%
G = 17.23%
B = 63.18%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A33BB (or 0x3A33BB) is known color: Persian Blue. HEX triplet: 3A, 33 and BB. RGB value is (58,51,187). Sum of RGB (Red+Green+Blue) = 58+51+187=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33BB is #C5CC44. Grayscale: #444444. Windows color (decimal): -12962885 or 12268346. OLE color: 12268346.

HSL color Cylindrical-coordinate representation of color #3A33BB: hue angle of 243.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A33BB is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 51 187 -
CMYK 0.69 0.73 0 0.27
HSL 243.09º 0.57% 0.47% -
HSV(B) 243.09º 0.73% 0.73% -
XYZ 11.9 6.86 47.71 -
YUV 68.6 194.82 120.44 -
System Red Green Blue C M Y K H S L
Decimal 58 51 187 0.69 0.73 0 0.27 243.09 0.57 0.47
Hex 3A 33 BB 45 49 0 1B F3 39 2F
Octal 72 63 273 105 111 0 33 363 71 57
Binary 111010 110011 10111011 1000101 1001001 0 11011 11110011 111001 101111

Color Harmonies of #3A33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A33BB

Black with #3A33BB

Text Example


Text Example

White with #3A33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,187); }

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

background-color css

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

 a { background-color: rgb(58,51,187); }

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

border-color css

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

 span { border-color: rgb(58,51,187); }

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