Html Css Color HEX #3509AF Ultramarine

📋 copy color: '#3509AF'

red 53 ◦ green 9 ◦ blue 175

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

Shades of Ultramarine #3509AF

Tints of Ultramarine #3509AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 22.36%
G = 3.8%
B = 73.84%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3509AF (or 0x3509AF) is known color: Ultramarine. HEX triplet: 35, 09 and AF. RGB value is (53,9,175). Sum of RGB (Red+Green+Blue) = 53+9+175=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #3509AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3509AF is #CAF650. Grayscale: #282828. Windows color (decimal): -13301329 or 11471157. OLE color: 11471157.

HSL color Cylindrical-coordinate representation of color #3509AF: hue angle of 255.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3509AF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 9 175 -
CMYK 0.70 0.95 0 0.31
HSL 255.9º 0.9% 0.36% -
HSV(B) 255.9º 0.95% 0.69% -
XYZ 9.3 4.05 40.85 -
YUV 41.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 53 9 175 0.70 0.95 0 0.31 255.9 0.9 0.36
Hex 35 9 AF 46 5F 0 1F 100 5A 24
Octal 65 11 257 106 137 0 37 400 132 44
Binary 110101 1001 10101111 1000110 1011111 0 11111 100000000 1011010 100100

Color Harmonies of #3509AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3509AF

Black with #3509AF

Text Example


Text Example

White with #3509AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3509AF; }

 p { color: rgb(53,9,175); }

 H1.HeaderClassName
 {
   color: #3509AF;
 }
 .AnyTagClassName
 {
   color: #3509AF;
 }
</style>

background-color css

<style>
 a { background-color: #3509AF; }

 a { background-color: rgb(53,9,175); }

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

border-color css

<style>
 span { border-color: #3509AF; }

 span { border-color: rgb(53,9,175); }

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