Html Css Color HEX #350AB6 Ultramarine

📋 copy color: '#350AB6'

red 53 ◦ green 10 ◦ blue 182

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

Shades of Ultramarine #350AB6

Tints of Ultramarine #350AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

 BLUE value IS 182 (71.48% from 255) = 74.29%

R = 21.63%
G = 4.08%
B = 74.29%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#350AB6 (or 0x350AB6) is known color: Ultramarine. HEX triplet: 35, 0A and B6. RGB value is (53,10,182). Sum of RGB (Red+Green+Blue) = 53+10+182=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 182 (71.48% from 255 or 74.29% from 245); Max value from RGB is 182 - color contains mainly: blue. Hex color #350AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350AB6 is #CAF549. Grayscale: #292929. Windows color (decimal): -13301066 or 11930165. OLE color: 11930165.

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

Color convert

RGB 53 10 182 -
CMYK 0.71 0.95 0 0.29
HSL 255º 0.9% 0.38% -
HSV(B) 255º 0.95% 0.71% -
XYZ 10.02 4.35 44.57 -
YUV 42.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 53 10 182 0.71 0.95 0 0.29 255 0.9 0.38
Hex 35 A B6 47 5F 0 1D FF 5A 26
Octal 65 12 266 107 137 0 35 377 132 46
Binary 110101 1010 10110110 1000111 1011111 0 11101 11111111 1011010 100110

Color Harmonies of #350AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AB6

Black with #350AB6

Text Example


Text Example

White with #350AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,182); }

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

background-color css

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

 a { background-color: rgb(53,10,182); }

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

border-color css

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

 span { border-color: rgb(53,10,182); }

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