Html Css Color HEX #3033BE Persian Blue

📋 copy color: '#3033BE'

red 48 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #3033BE

Tints of Persian Blue #3033BE

RGB

 RED value IS 48 (19.14% from 255) = 16.61%

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 16.61%
G = 17.65%
B = 65.74%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3033BE (or 0x3033BE) is known color: Persian Blue. HEX triplet: 30, 33 and BE. RGB value is (48,51,190). Sum of RGB (Red+Green+Blue) = 48+51+190=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #3033BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3033BE is #CFCC41. Grayscale: #414141. Windows color (decimal): -13618242 or 12464944. OLE color: 12464944.

HSL color Cylindrical-coordinate representation of color #3033BE: hue angle of 238.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3033BE is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 51 190 -
CMYK 0.75 0.73 0 0.25
HSL 238.73º 0.6% 0.47% -
HSV(B) 238.73º 0.75% 0.75% -
XYZ 11.7 6.71 49.39 -
YUV 65.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 48 51 190 0.75 0.73 0 0.25 238.73 0.6 0.47
Hex 30 33 BE 4B 49 0 19 EF 3C 2F
Octal 60 63 276 113 111 0 31 357 74 57
Binary 110000 110011 10111110 1001011 1001001 0 11001 11101111 111100 101111

Color Harmonies of #3033BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3033BE

Black with #3033BE

Text Example


Text Example

White with #3033BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3033BE; }

 p { color: rgb(48,51,190); }

 H1.HeaderClassName
 {
   color: #3033BE;
 }
 .AnyTagClassName
 {
   color: #3033BE;
 }
</style>

background-color css

<style>
 a { background-color: #3033BE; }

 a { background-color: rgb(48,51,190); }

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

border-color css

<style>
 span { border-color: #3033BE; }

 span { border-color: rgb(48,51,190); }

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