Html Css Color HEX #3338D8 Persian Blue

📋 copy color: '#3338D8'

red 51 ◦ green 56 ◦ blue 216

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

Shades of Persian Blue #3338D8

Tints of Persian Blue #3338D8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 216 (84.77% from 255) = 66.87%

R = 15.79%
G = 17.34%
B = 66.87%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3338D8 (or 0x3338D8) is known color: Persian Blue. HEX triplet: 33, 38 and D8. RGB value is (51,56,216). Sum of RGB (Red+Green+Blue) = 51+56+216=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 216 (84.77% from 255 or 66.87% from 323); Max value from RGB is 216 - color contains mainly: blue. Hex color #3338D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338D8 is #CCC727. Grayscale: #484848. Windows color (decimal): -13420328 or 14170163. OLE color: 14170163.

HSL color Cylindrical-coordinate representation of color #3338D8: hue angle of 238.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3338D8 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 56 216 -
CMYK 0.76 0.74 0 0.15
HSL 238.18º 0.68% 0.52% -
HSV(B) 238.18º 0.76% 0.85% -
XYZ 15.17 8.49 65.8 -
YUV 72.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 51 56 216 0.76 0.74 0 0.15 238.18 0.68 0.52
Hex 33 38 D8 4C 4A 0 F EE 44 34
Octal 63 70 330 114 112 0 17 356 104 64
Binary 110011 111000 11011000 1001100 1001010 0 1111 11101110 1000100 110100

Color Harmonies of #3338D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338D8

Black with #3338D8

Text Example


Text Example

White with #3338D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3338D8; }

 p { color: rgb(51,56,216); }

 H1.HeaderClassName
 {
   color: #3338D8;
 }
 .AnyTagClassName
 {
   color: #3338D8;
 }
</style>

background-color css

<style>
 a { background-color: #3338D8; }

 a { background-color: rgb(51,56,216); }

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

border-color css

<style>
 span { border-color: #3338D8; }

 span { border-color: rgb(51,56,216); }

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