Html Css Color HEX #333DBB Persian Blue

📋 copy color: '#333DBB'

red 51 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #333DBB

Tints of Persian Blue #333DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 17.06%
G = 20.4%
B = 62.54%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#333DBB (or 0x333DBB) is known color: Persian Blue. HEX triplet: 33, 3D and BB. RGB value is (51,61,187). Sum of RGB (Red+Green+Blue) = 51+61+187=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #333DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DBB is #CCC244. Grayscale: #474747. Windows color (decimal): -13419077 or 12270899. OLE color: 12270899.

HSL color Cylindrical-coordinate representation of color #333DBB: hue angle of 235.59º 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 #333DBB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 61 187 -
CMYK 0.73 0.67 0 0.27
HSL 235.59º 0.57% 0.47% -
HSV(B) 235.59º 0.73% 0.73% -
XYZ 12 7.63 47.85 -
YUV 72.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 51 61 187 0.73 0.67 0 0.27 235.59 0.57 0.47
Hex 33 3D BB 49 43 0 1B EC 39 2F
Octal 63 75 273 111 103 0 33 354 71 57
Binary 110011 111101 10111011 1001001 1000011 0 11011 11101100 111001 101111

Color Harmonies of #333DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DBB

Black with #333DBB

Text Example


Text Example

White with #333DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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