Html Css Color HEX #333AB0 Persian Blue

📋 copy color: '#333AB0'

red 51 ◦ green 58 ◦ blue 176

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

Shades of Persian Blue #333AB0

Tints of Persian Blue #333AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.75%

R = 17.89%
G = 20.35%
B = 61.75%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#333AB0 (or 0x333AB0) is known color: Persian Blue. HEX triplet: 33, 3A and B0. RGB value is (51,58,176). Sum of RGB (Red+Green+Blue) = 51+58+176=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 176 (69.14% from 255 or 61.75% from 285); Max value from RGB is 176 - color contains mainly: blue. Hex color #333AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AB0 is #CCC54F. Grayscale: #444444. Windows color (decimal): -13419856 or 11549235. OLE color: 11549235.

HSL color Cylindrical-coordinate representation of color #333AB0: hue angle of 236.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333AB0 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 58 176 -
CMYK 0.71 0.67 0 0.31
HSL 236.64º 0.55% 0.45% -
HSV(B) 236.64º 0.71% 0.69% -
XYZ 10.71 6.86 41.83 -
YUV 69.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 51 58 176 0.71 0.67 0 0.31 236.64 0.55 0.45
Hex 33 3A B0 47 43 0 1F ED 37 2D
Octal 63 72 260 107 103 0 37 355 67 55
Binary 110011 111010 10110000 1000111 1000011 0 11111 11101101 110111 101101

Color Harmonies of #333AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AB0

Black with #333AB0

Text Example


Text Example

White with #333AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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