Html Css Color HEX #3613B1 Ultramarine

📋 copy color: '#3613B1'

red 54 ◦ green 19 ◦ blue 177

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

Shades of Ultramarine #3613B1

Tints of Ultramarine #3613B1

RGB

 RED value IS 54 (21.48% from 255) = 21.6%

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

 BLUE value IS 177 (69.53% from 255) = 70.8%

R = 21.6%
G = 7.6%
B = 70.8%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3613B1 (or 0x3613B1) is known color: Ultramarine. HEX triplet: 36, 13 and B1. RGB value is (54,19,177). Sum of RGB (Red+Green+Blue) = 54+19+177=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #3613B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3613B1 is #C9EC4E. Grayscale: #2E2E2E. Windows color (decimal): -13233231 or 11604790. OLE color: 11604790.

HSL color Cylindrical-coordinate representation of color #3613B1: hue angle of 253.29º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3613B1 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 19 177 -
CMYK 0.69 0.89 0 0.31
HSL 253.29º 0.81% 0.38% -
HSV(B) 253.29º 0.89% 0.69% -
XYZ 9.69 4.42 41.94 -
YUV 47.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 54 19 177 0.69 0.89 0 0.31 253.29 0.81 0.38
Hex 36 13 B1 45 59 0 1F FD 51 26
Octal 66 23 261 105 131 0 37 375 121 46
Binary 110110 10011 10110001 1000101 1011001 0 11111 11111101 1010001 100110

Color Harmonies of #3613B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3613B1

Black with #3613B1

Text Example


Text Example

White with #3613B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3613B1; }

 p { color: rgb(54,19,177); }

 H1.HeaderClassName
 {
   color: #3613B1;
 }
 .AnyTagClassName
 {
   color: #3613B1;
 }
</style>

background-color css

<style>
 a { background-color: #3613B1; }

 a { background-color: rgb(54,19,177); }

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

border-color css

<style>
 span { border-color: #3613B1; }

 span { border-color: rgb(54,19,177); }

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