Html Css Color HEX #034334 British Racing Green

📋 copy color: '#034334'

red 3 ◦ green 67 ◦ blue 52

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

Shades of British Racing Green #034334

Tints of British Racing Green #034334

RGB

 RED value IS 3 (1.56% from 255) = 2.46%

 GREEN value IS 67 (26.56% from 255) = 54.92%

 BLUE value IS 52 (20.7% from 255) = 42.62%

R = 2.46%
G = 54.92%
B = 42.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#034334 (or 0x034334) is known color: British Racing Green. HEX triplet: 03, 43 and 34. RGB value is (3,67,52). Sum of RGB (Red+Green+Blue) = 3+67+52=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #034334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034334 is #FCBCCB. Grayscale: #2E2E2E. Windows color (decimal): -16563404 or 3425027. OLE color: 3425027.

HSL color Cylindrical-coordinate representation of color #034334: hue angle of 165.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034334 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 52 -
CMYK 0.96 0 0.22 0.74
HSL 165.94º 0.91% 0.14% -
HSV(B) 165.94º 0.96% 0.26% -
XYZ 2.66 4.28 3.93 -
YUV 46.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 3 67 52 0.96 0 0.22 0.74 165.94 0.91 0.14
Hex 3 43 34 60 0 16 4A A6 5B E
Octal 3 103 64 140 0 26 112 246 133 16
Binary 11 1000011 110100 1100000 0 10110 1001010 10100110 1011011 1110

Color Harmonies of #034334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034334

Black with #034334

Text Example


Text Example

White with #034334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034334; }

 p { color: rgb(3,67,52); }

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

background-color css

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

 a { background-color: rgb(3,67,52); }

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

border-color css

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

 span { border-color: rgb(3,67,52); }

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