Html Css Color HEX #334B9C Tory Blue

📋 copy color: '#334B9C'

red 51 ◦ green 75 ◦ blue 156

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

Shades of Tory Blue #334B9C

Tints of Tory Blue #334B9C

RGB

 RED value IS 51 (20.31% from 255) = 18.09%

 GREEN value IS 75 (29.69% from 255) = 26.6%

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 18.09%
G = 26.6%
B = 55.32%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#334B9C (or 0x334B9C) is known color: Tory Blue. HEX triplet: 33, 4B and 9C. RGB value is (51,75,156). Sum of RGB (Red+Green+Blue) = 51+75+156=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #334B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B9C is #CCB463. Grayscale: #4C4C4C. Windows color (decimal): -13415524 or 10242867. OLE color: 10242867.

HSL color Cylindrical-coordinate representation of color #334B9C: hue angle of 226.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334B9C is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 75 156 -
CMYK 0.67 0.52 0 0.39
HSL 226.29º 0.51% 0.41% -
HSV(B) 226.29º 0.67% 0.61% -
XYZ 9.88 8.14 32.5 -
YUV 77.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 51 75 156 0.67 0.52 0 0.39 226.29 0.51 0.41
Hex 33 4B 9C 43 34 0 27 E2 33 29
Octal 63 113 234 103 64 0 47 342 63 51
Binary 110011 1001011 10011100 1000011 110100 0 100111 11100010 110011 101001

Color Harmonies of #334B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B9C

Black with #334B9C

Text Example


Text Example

White with #334B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334B9C; }

 p { color: rgb(51,75,156); }

 H1.HeaderClassName
 {
   color: #334B9C;
 }
 .AnyTagClassName
 {
   color: #334B9C;
 }
</style>

background-color css

<style>
 a { background-color: #334B9C; }

 a { background-color: rgb(51,75,156); }

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

border-color css

<style>
 span { border-color: #334B9C; }

 span { border-color: rgb(51,75,156); }

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