Html Css Color HEX #3338BC Persian Blue

📋 copy color: '#3338BC'

red 51 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #3338BC

Tints of Persian Blue #3338BC

RGB

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

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

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

R = 17.29%
G = 18.98%
B = 63.73%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3338BC (or 0x3338BC) is known color: Persian Blue. HEX triplet: 33, 38 and BC. RGB value is (51,56,188). Sum of RGB (Red+Green+Blue) = 51+56+188=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #3338BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338BC is #CCC743. Grayscale: #454545. Windows color (decimal): -13420356 or 12335155. OLE color: 12335155.

HSL color Cylindrical-coordinate representation of color #3338BC: hue angle of 237.81º 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 #3338BC is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 56 188 -
CMYK 0.73 0.70 0 0.26
HSL 237.81º 0.57% 0.47% -
HSV(B) 237.81º 0.73% 0.74% -
XYZ 11.86 7.16 48.33 -
YUV 69.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 51 56 188 0.73 0.70 0 0.26 237.81 0.57 0.47
Hex 33 38 BC 49 46 0 1A EE 39 2F
Octal 63 70 274 111 106 0 32 356 71 57
Binary 110011 111000 10111100 1001001 1000110 0 11010 11101110 111001 101111

Color Harmonies of #3338BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338BC

Black with #3338BC

Text Example


Text Example

White with #3338BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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