Html Css Color HEX #3038B9 Persian Blue

📋 copy color: '#3038B9'

red 48 ◦ green 56 ◦ blue 185

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

Shades of Persian Blue #3038B9

Tints of Persian Blue #3038B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.01%

R = 16.61%
G = 19.38%
B = 64.01%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3038B9 (or 0x3038B9) is known color: Persian Blue. HEX triplet: 30, 38 and B9. RGB value is (48,56,185). Sum of RGB (Red+Green+Blue) = 48+56+185=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #3038B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038B9 is #CFC746. Grayscale: #434343. Windows color (decimal): -13616967 or 12138544. OLE color: 12138544.

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

Color convert

RGB 48 56 185 -
CMYK 0.74 0.70 0 0.27
HSL 236.5º 0.59% 0.46% -
HSV(B) 236.5º 0.74% 0.73% -
XYZ 11.39 6.96 46.64 -
YUV 68.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 48 56 185 0.74 0.70 0 0.27 236.5 0.59 0.46
Hex 30 38 B9 4A 46 0 1B EC 3B 2E
Octal 60 70 271 112 106 0 33 354 73 56
Binary 110000 111000 10111001 1001010 1000110 0 11011 11101100 111011 101110

Color Harmonies of #3038B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038B9

Black with #3038B9

Text Example


Text Example

White with #3038B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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