Html Css Color HEX #3313B4 Ultramarine

📋 copy color: '#3313B4'

red 51 ◦ green 19 ◦ blue 180

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

Shades of Ultramarine #3313B4

Tints of Ultramarine #3313B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 180 (70.7% from 255) = 72%

R = 20.4%
G = 7.6%
B = 72%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3313B4 (or 0x3313B4) is known color: Ultramarine. HEX triplet: 33, 13 and B4. RGB value is (51,19,180). Sum of RGB (Red+Green+Blue) = 51+19+180=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #3313B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313B4 is #CCEC4B. Grayscale: #2E2E2E. Windows color (decimal): -13429836 or 11801395. OLE color: 11801395.

HSL color Cylindrical-coordinate representation of color #3313B4: hue angle of 251.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3313B4 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 19 180 -
CMYK 0.72 0.89 0 0.29
HSL 251.93º 0.81% 0.39% -
HSV(B) 251.93º 0.89% 0.71% -
XYZ 9.84 4.46 43.52 -
YUV 46.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 51 19 180 0.72 0.89 0 0.29 251.93 0.81 0.39
Hex 33 13 B4 48 59 0 1D FC 51 27
Octal 63 23 264 110 131 0 35 374 121 47
Binary 110011 10011 10110100 1001000 1011001 0 11101 11111100 1010001 100111

Color Harmonies of #3313B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313B4

Black with #3313B4

Text Example


Text Example

White with #3313B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3313B4; }

 p { color: rgb(51,19,180); }

 H1.HeaderClassName
 {
   color: #3313B4;
 }
 .AnyTagClassName
 {
   color: #3313B4;
 }
</style>

background-color css

<style>
 a { background-color: #3313B4; }

 a { background-color: rgb(51,19,180); }

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

border-color css

<style>
 span { border-color: #3313B4; }

 span { border-color: rgb(51,19,180); }

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