Html Css Color HEX #3618AF Ultramarine

📋 copy color: '#3618AF'

red 54 ◦ green 24 ◦ blue 175

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

Shades of Ultramarine #3618AF

Tints of Ultramarine #3618AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 21.34%
G = 9.49%
B = 69.17%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3618AF (or 0x3618AF) is known color: Ultramarine. HEX triplet: 36, 18 and AF. RGB value is (54,24,175). Sum of RGB (Red+Green+Blue) = 54+24+175=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #3618AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3618AF is #C9E750. Grayscale: #313131. Windows color (decimal): -13231953 or 11474998. OLE color: 11474998.

HSL color Cylindrical-coordinate representation of color #3618AF: hue angle of 251.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3618AF is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 24 175 -
CMYK 0.69 0.86 0 0.31
HSL 251.92º 0.76% 0.39% -
HSV(B) 251.92º 0.86% 0.69% -
XYZ 9.59 4.53 40.93 -
YUV 50.18 198.44 130.72 -
System Red Green Blue C M Y K H S L
Decimal 54 24 175 0.69 0.86 0 0.31 251.92 0.76 0.39
Hex 36 18 AF 45 56 0 1F FC 4C 27
Octal 66 30 257 105 126 0 37 374 114 47
Binary 110110 11000 10101111 1000101 1010110 0 11111 11111100 1001100 100111

Color Harmonies of #3618AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3618AF

Black with #3618AF

Text Example


Text Example

White with #3618AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,24,175); }

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

background-color css

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

 a { background-color: rgb(54,24,175); }

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

border-color css

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

 span { border-color: rgb(54,24,175); }

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