Html Css Color HEX #3338CB Persian Blue

📋 copy color: '#3338CB'

red 51 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #3338CB

Tints of Persian Blue #3338CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 16.45%
G = 18.06%
B = 65.48%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3338CB (or 0x3338CB) is known color: Persian Blue. HEX triplet: 33, 38 and CB. RGB value is (51,56,203). Sum of RGB (Red+Green+Blue) = 51+56+203=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #3338CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338CB is #CCC734. Grayscale: #464646. Windows color (decimal): -13420341 or 13318195. OLE color: 13318195.

HSL color Cylindrical-coordinate representation of color #3338CB: hue angle of 238.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3338CB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 56 203 -
CMYK 0.75 0.72 0 0.20
HSL 238.03º 0.6% 0.5% -
HSV(B) 238.03º 0.75% 0.8% -
XYZ 13.56 7.84 57.3 -
YUV 71.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 51 56 203 0.75 0.72 0 0.20 238.03 0.6 0.5
Hex 33 38 CB 4B 48 0 14 EE 3C 32
Octal 63 70 313 113 110 0 24 356 74 62
Binary 110011 111000 11001011 1001011 1001000 0 10100 11101110 111100 110010

Color Harmonies of #3338CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338CB

Black with #3338CB

Text Example


Text Example

White with #3338CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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