Html Css Color HEX #3038AB Persian Blue

📋 copy color: '#3038AB'

red 48 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #3038AB

Tints of Persian Blue #3038AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 17.45%
G = 20.36%
B = 62.18%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3038AB (or 0x3038AB) is known color: Persian Blue. HEX triplet: 30, 38 and AB. RGB value is (48,56,171). Sum of RGB (Red+Green+Blue) = 48+56+171=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3038AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3038AB is #CFC754. Grayscale: #424242. Windows color (decimal): -13616981 or 11221040. OLE color: 11221040.

HSL color Cylindrical-coordinate representation of color #3038AB: hue angle of 236.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3038AB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 56 171 -
CMYK 0.72 0.67 0 0.33
HSL 236.1º 0.56% 0.43% -
HSV(B) 236.1º 0.72% 0.67% -
XYZ 9.98 6.4 39.24 -
YUV 66.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 48 56 171 0.72 0.67 0 0.33 236.1 0.56 0.43
Hex 30 38 AB 48 43 0 21 EC 38 2B
Octal 60 70 253 110 103 0 41 354 70 53
Binary 110000 111000 10101011 1001000 1000011 0 100001 11101100 111000 101011

Color Harmonies of #3038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038AB

Black with #3038AB

Text Example


Text Example

White with #3038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3038AB; }

 p { color: rgb(48,56,171); }

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

background-color css

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

 a { background-color: rgb(48,56,171); }

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

border-color css

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

 span { border-color: rgb(48,56,171); }

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