Html Css Color HEX #3A33CC Persian Blue

📋 copy color: '#3A33CC'

red 58 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #3A33CC

Tints of Persian Blue #3A33CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 18.53%
G = 16.29%
B = 65.18%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A33CC (or 0x3A33CC) is known color: Persian Blue. HEX triplet: 3A, 33 and CC. RGB value is (58,51,204). Sum of RGB (Red+Green+Blue) = 58+51+204=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A33CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33CC is #C5CC33. Grayscale: #454545. Windows color (decimal): -12962868 or 13382458. OLE color: 13382458.

HSL color Cylindrical-coordinate representation of color #3A33CC: hue angle of 242.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A33CC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 51 204 -
CMYK 0.72 0.75 0 0.2
HSL 242.75º 0.6% 0.5% -
HSV(B) 242.75º 0.75% 0.8% -
XYZ 13.83 7.63 57.87 -
YUV 70.54 203.32 119.06 -
System Red Green Blue C M Y K H S L
Decimal 58 51 204 0.72 0.75 0 0.2 242.75 0.6 0.5
Hex 3A 33 CC 48 4B 0 14 F3 3C 32
Octal 72 63 314 110 113 0 24 363 74 62
Binary 111010 110011 11001100 1001000 1001011 0 10100 11110011 111100 110010

Color Harmonies of #3A33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A33CC

Black with #3A33CC

Text Example


Text Example

White with #3A33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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