Html Css Color HEX #341BAE Ultramarine

📋 copy color: '#341BAE'

red 52 ◦ green 27 ◦ blue 174

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

Shades of Ultramarine #341BAE

Tints of Ultramarine #341BAE

RGB

 RED value IS 52 (20.7% from 255) = 20.55%

 GREEN value IS 27 (10.94% from 255) = 10.67%

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 20.55%
G = 10.67%
B = 68.77%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341BAE (or 0x341BAE) is known color: Ultramarine. HEX triplet: 34, 1B and AE. RGB value is (52,27,174). Sum of RGB (Red+Green+Blue) = 52+27+174=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #341BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341BAE is #CBE451. Grayscale: #323232. Windows color (decimal): -13362258 or 11410228. OLE color: 11410228.

HSL color Cylindrical-coordinate representation of color #341BAE: hue angle of 250.2º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341BAE is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 27 174 -
CMYK 0.70 0.84 0 0.32
HSL 250.2º 0.73% 0.39% -
HSV(B) 250.2º 0.84% 0.68% -
XYZ 9.45 4.57 40.43 -
YUV 51.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 52 27 174 0.70 0.84 0 0.32 250.2 0.73 0.39
Hex 34 1B AE 46 54 0 20 FA 49 27
Octal 64 33 256 106 124 0 40 372 111 47
Binary 110100 11011 10101110 1000110 1010100 0 100000 11111010 1001001 100111

Color Harmonies of #341BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BAE

Black with #341BAE

Text Example


Text Example

White with #341BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341BAE; }

 p { color: rgb(52,27,174); }

 H1.HeaderClassName
 {
   color: #341BAE;
 }
 .AnyTagClassName
 {
   color: #341BAE;
 }
</style>

background-color css

<style>
 a { background-color: #341BAE; }

 a { background-color: rgb(52,27,174); }

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

border-color css

<style>
 span { border-color: #341BAE; }

 span { border-color: rgb(52,27,174); }

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