Html Css Color HEX #341BA7 Ultramarine

📋 copy color: '#341BA7'

red 52 ◦ green 27 ◦ blue 167

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

Shades of Ultramarine #341BA7

Tints of Ultramarine #341BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.89%

R = 21.14%
G = 10.98%
B = 67.89%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#341BA7 (or 0x341BA7) is known color: Ultramarine. HEX triplet: 34, 1B and A7. RGB value is (52,27,167). Sum of RGB (Red+Green+Blue) = 52+27+167=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 167 (65.62% from 255 or 67.89% from 246); Max value from RGB is 167 - color contains mainly: blue. Hex color #341BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341BA7 is #CBE458. Grayscale: #313131. Windows color (decimal): -13362265 or 10951476. OLE color: 10951476.

HSL color Cylindrical-coordinate representation of color #341BA7: hue angle of 250.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341BA7 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 27 167 -
CMYK 0.69 0.84 0 0.35
HSL 250.71º 0.72% 0.38% -
HSV(B) 250.71º 0.84% 0.65% -
XYZ 8.78 4.3 36.93 -
YUV 50.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 52 27 167 0.69 0.84 0 0.35 250.71 0.72 0.38
Hex 34 1B A7 45 54 0 23 FB 48 26
Octal 64 33 247 105 124 0 43 373 110 46
Binary 110100 11011 10100111 1000101 1010100 0 100011 11111011 1001000 100110

Color Harmonies of #341BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BA7

Black with #341BA7

Text Example


Text Example

White with #341BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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