Html Css Color HEX #023568 Prussian Blue

📋 copy color: '#023568'

red 2 ◦ green 53 ◦ blue 104

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

Shades of Prussian Blue #023568

Tints of Prussian Blue #023568

RGB

 RED value IS 2 (1.17% from 255) = 1.26%

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

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 1.26%
G = 33.33%
B = 65.41%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023568 (or 0x023568) is known color: Prussian Blue. HEX triplet: 02, 35 and 68. RGB value is (2,53,104). Sum of RGB (Red+Green+Blue) = 2+53+104=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #023568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023568 is #FDCA97. Grayscale: #2B2B2B. Windows color (decimal): -16632472 or 6829314. OLE color: 6829314.

HSL color Cylindrical-coordinate representation of color #023568: hue angle of 210º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023568 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 53 104 -
CMYK 0.98 0.49 0 0.59
HSL 210º 0.96% 0.21% -
HSV(B) 210º 0.98% 0.41% -
XYZ 3.8 3.56 13.58 -
YUV 43.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 2 53 104 0.98 0.49 0 0.59 210 0.96 0.21
Hex 2 35 68 62 31 0 3B D2 60 15
Octal 2 65 150 142 61 0 73 322 140 25
Binary 10 110101 1101000 1100010 110001 0 111011 11010010 1100000 10101

Color Harmonies of #023568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023568

Black with #023568

Text Example


Text Example

White with #023568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023568; }

 p { color: rgb(2,53,104); }

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

background-color css

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

 a { background-color: rgb(2,53,104); }

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

border-color css

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

 span { border-color: rgb(2,53,104); }

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