Html Css Color HEX #07355C Prussian Blue

📋 copy color: '#07355C'

red 7 ◦ green 53 ◦ blue 92

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

Shades of Prussian Blue #07355C

Tints of Prussian Blue #07355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 92 (36.33% from 255) = 60.53%

R = 4.61%
G = 34.87%
B = 60.53%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07355C (or 0x07355C) is known color: Prussian Blue. HEX triplet: 07, 35 and 5C. RGB value is (7,53,92). Sum of RGB (Red+Green+Blue) = 7+53+92=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #07355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07355C is #F8CAA3. Grayscale: #2B2B2B. Windows color (decimal): -16304804 or 6042887. OLE color: 6042887.

HSL color Cylindrical-coordinate representation of color #07355C: hue angle of 207.53º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07355C is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 53 92 -
CMYK 0.92 0.42 0 0.64
HSL 207.53º 0.86% 0.19% -
HSV(B) 207.53º 0.92% 0.36% -
XYZ 3.29 3.36 10.6 -
YUV 43.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 7 53 92 0.92 0.42 0 0.64 207.53 0.86 0.19
Hex 7 35 5C 5C 2A 0 40 D0 56 13
Octal 7 65 134 134 52 0 100 320 126 23
Binary 111 110101 1011100 1011100 101010 0 1000000 11010000 1010110 10011

Color Harmonies of #07355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07355C

Black with #07355C

Text Example


Text Example

White with #07355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07355C; }

 p { color: rgb(7,53,92); }

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

background-color css

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

 a { background-color: rgb(7,53,92); }

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

border-color css

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

 span { border-color: rgb(7,53,92); }

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