Html Css Color HEX #3034AF Persian Blue

📋 copy color: '#3034AF'

red 48 ◦ green 52 ◦ blue 175

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

Shades of Persian Blue #3034AF

Tints of Persian Blue #3034AF

RGB

 RED value IS 48 (19.14% from 255) = 17.45%

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

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 17.45%
G = 18.91%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3034AF (or 0x3034AF) is known color: Persian Blue. HEX triplet: 30, 34 and AF. RGB value is (48,52,175). Sum of RGB (Red+Green+Blue) = 48+52+175=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #3034AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3034AF is #CFCB50. Grayscale: #404040. Windows color (decimal): -13618001 or 11482160. OLE color: 11482160.

HSL color Cylindrical-coordinate representation of color #3034AF: hue angle of 238.11º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3034AF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 52 175 -
CMYK 0.73 0.70 0 0.31
HSL 238.11º 0.57% 0.44% -
HSV(B) 238.11º 0.73% 0.69% -
XYZ 10.18 6.18 41.21 -
YUV 64.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 48 52 175 0.73 0.70 0 0.31 238.11 0.57 0.44
Hex 30 34 AF 49 46 0 1F EE 39 2C
Octal 60 64 257 111 106 0 37 356 71 54
Binary 110000 110100 10101111 1001001 1000110 0 11111 11101110 111001 101100

Color Harmonies of #3034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3034AF

Black with #3034AF

Text Example


Text Example

White with #3034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3034AF; }

 p { color: rgb(48,52,175); }

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

background-color css

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

 a { background-color: rgb(48,52,175); }

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

border-color css

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

 span { border-color: rgb(48,52,175); }

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