Html Css Color HEX #333ABC Persian Blue

📋 copy color: '#333ABC'

red 51 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #333ABC

Tints of Persian Blue #333ABC

RGB

 RED value IS 51 (20.31% from 255) = 17.17%

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 17.17%
G = 19.53%
B = 63.3%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#333ABC (or 0x333ABC) is known color: Persian Blue. HEX triplet: 33, 3A and BC. RGB value is (51,58,188). Sum of RGB (Red+Green+Blue) = 51+58+188=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #333ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ABC is #CCC543. Grayscale: #464646. Windows color (decimal): -13419844 or 12335667. OLE color: 12335667.

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

Color convert

RGB 51 58 188 -
CMYK 0.73 0.69 0 0.26
HSL 236.93º 0.57% 0.47% -
HSV(B) 236.93º 0.73% 0.74% -
XYZ 11.96 7.36 48.37 -
YUV 70.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 51 58 188 0.73 0.69 0 0.26 236.93 0.57 0.47
Hex 33 3A BC 49 45 0 1A ED 39 2F
Octal 63 72 274 111 105 0 32 355 71 57
Binary 110011 111010 10111100 1001001 1000101 0 11010 11101101 111001 101111

Color Harmonies of #333ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ABC

Black with #333ABC

Text Example


Text Example

White with #333ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333ABC; }

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

 H1.HeaderClassName
 {
   color: #333ABC;
 }
 .AnyTagClassName
 {
   color: #333ABC;
 }
</style>

background-color css

<style>
 a { background-color: #333ABC; }

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

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

border-color css

<style>
 span { border-color: #333ABC; }

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

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