Html Css Color HEX #3038BD Persian Blue

📋 copy color: '#3038BD'

red 48 ◦ green 56 ◦ blue 189

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

Shades of Persian Blue #3038BD

Tints of Persian Blue #3038BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 16.38%
G = 19.11%
B = 64.51%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3038BD (or 0x3038BD) is known color: Persian Blue. HEX triplet: 30, 38 and BD. RGB value is (48,56,189). Sum of RGB (Red+Green+Blue) = 48+56+189=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #3038BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038BD is #CFC742. Grayscale: #444444. Windows color (decimal): -13616963 or 12400688. OLE color: 12400688.

HSL color Cylindrical-coordinate representation of color #3038BD: hue angle of 236.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3038BD is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 56 189 -
CMYK 0.75 0.70 0 0.26
HSL 236.6º 0.59% 0.46% -
HSV(B) 236.6º 0.75% 0.74% -
XYZ 11.82 7.13 48.9 -
YUV 68.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 48 56 189 0.75 0.70 0 0.26 236.6 0.59 0.46
Hex 30 38 BD 4B 46 0 1A ED 3B 2E
Octal 60 70 275 113 106 0 32 355 73 56
Binary 110000 111000 10111101 1001011 1000110 0 11010 11101101 111011 101110

Color Harmonies of #3038BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038BD

Black with #3038BD

Text Example


Text Example

White with #3038BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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