Html Css Color HEX #074364 Prussian Blue

📋 copy color: '#074364'

red 7 ◦ green 67 ◦ blue 100

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

Shades of Prussian Blue #074364

Tints of Prussian Blue #074364

RGB

 RED value IS 7 (3.13% from 255) = 4.02%

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

 BLUE value IS 100 (39.45% from 255) = 57.47%

R = 4.02%
G = 38.51%
B = 57.47%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#074364 (or 0x074364) is known color: Prussian Blue. HEX triplet: 07, 43 and 64. RGB value is (7,67,100). Sum of RGB (Red+Green+Blue) = 7+67+100=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #074364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074364 is #F8BC9B. Grayscale: #343434. Windows color (decimal): -16301212 or 6570759. OLE color: 6570759.

HSL color Cylindrical-coordinate representation of color #074364: hue angle of 201.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074364 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 67 100 -
CMYK 0.93 0.33 0 0.61
HSL 201.29º 0.87% 0.21% -
HSV(B) 201.29º 0.93% 0.39% -
XYZ 4.4 4.98 12.79 -
YUV 52.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 7 67 100 0.93 0.33 0 0.61 201.29 0.87 0.21
Hex 7 43 64 5D 21 0 3D C9 57 15
Octal 7 103 144 135 41 0 75 311 127 25
Binary 111 1000011 1100100 1011101 100001 0 111101 11001001 1010111 10101

Color Harmonies of #074364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074364

Black with #074364

Text Example


Text Example

White with #074364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074364; }

 p { color: rgb(7,67,100); }

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

background-color css

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

 a { background-color: rgb(7,67,100); }

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

border-color css

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

 span { border-color: rgb(7,67,100); }

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