Html Css Color HEX #0434DC Persian Blue

📋 copy color: '#0434DC'

red 4 ◦ green 52 ◦ blue 220

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

Shades of Persian Blue #0434DC

Tints of Persian Blue #0434DC

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

 GREEN value IS 52 (20.7% from 255) = 18.84%

 BLUE value IS 220 (86.33% from 255) = 79.71%

R = 1.45%
G = 18.84%
B = 79.71%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0434DC (or 0x0434DC) is known color: Persian Blue. HEX triplet: 04, 34 and DC. RGB value is (4,52,220). Sum of RGB (Red+Green+Blue) = 4+52+220=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0434DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0434DC is #FBCB23. Grayscale: #383838. Windows color (decimal): -16501540 or 14431236. OLE color: 14431236.

HSL color Cylindrical-coordinate representation of color #0434DC: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0434DC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 52 220 -
CMYK 0.98 0.76 0 0.14
HSL 226.67º 0.96% 0.44% -
HSV(B) 226.67º 0.98% 0.86% -
XYZ 14.2 7.65 68.44 -
YUV 56.8 220.1 90.34 -
System Red Green Blue C M Y K H S L
Decimal 4 52 220 0.98 0.76 0 0.14 226.67 0.96 0.44
Hex 4 34 DC 62 4C 0 E E3 60 2C
Octal 4 64 334 142 114 0 16 343 140 54
Binary 100 110100 11011100 1100010 1001100 0 1110 11100011 1100000 101100

Color Harmonies of #0434DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0434DC

Black with #0434DC

Text Example


Text Example

White with #0434DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0434DC; }

 p { color: rgb(4,52,220); }

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

background-color css

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

 a { background-color: rgb(4,52,220); }

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

border-color css

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

 span { border-color: rgb(4,52,220); }

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