Html Css Color HEX #350FB4 Ultramarine

📋 copy color: '#350FB4'

red 53 ◦ green 15 ◦ blue 180

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

Shades of Ultramarine #350FB4

Tints of Ultramarine #350FB4

RGB

 RED value IS 53 (21.09% from 255) = 21.37%

 GREEN value IS 15 (6.25% from 255) = 6.05%

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

R = 21.37%
G = 6.05%
B = 72.58%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#350FB4 (or 0x350FB4) is known color: Ultramarine. HEX triplet: 35, 0F and B4. RGB value is (53,15,180). Sum of RGB (Red+Green+Blue) = 53+15+180=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #350FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FB4 is #CAF04B. Grayscale: #2C2C2C. Windows color (decimal): -13299788 or 11800373. OLE color: 11800373.

HSL color Cylindrical-coordinate representation of color #350FB4: hue angle of 253.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350FB4 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 15 180 -
CMYK 0.71 0.92 0 0.29
HSL 253.82º 0.85% 0.38% -
HSV(B) 253.82º 0.92% 0.71% -
XYZ 9.88 4.39 43.51 -
YUV 45.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 53 15 180 0.71 0.92 0 0.29 253.82 0.85 0.38
Hex 35 F B4 47 5C 0 1D FE 55 26
Octal 65 17 264 107 134 0 35 376 125 46
Binary 110101 1111 10110100 1000111 1011100 0 11101 11111110 1010101 100110

Color Harmonies of #350FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FB4

Black with #350FB4

Text Example


Text Example

White with #350FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350FB4; }

 p { color: rgb(53,15,180); }

 H1.HeaderClassName
 {
   color: #350FB4;
 }
 .AnyTagClassName
 {
   color: #350FB4;
 }
</style>

background-color css

<style>
 a { background-color: #350FB4; }

 a { background-color: rgb(53,15,180); }

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

border-color css

<style>
 span { border-color: #350FB4; }

 span { border-color: rgb(53,15,180); }

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