Html Css Color HEX #3038BA Persian Blue

📋 copy color: '#3038BA'

red 48 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #3038BA

Tints of Persian Blue #3038BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 16.55%
G = 19.31%
B = 64.14%

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

#3038BA (or 0x3038BA) is known color: Persian Blue. HEX triplet: 30, 38 and BA. RGB value is (48,56,186). Sum of RGB (Red+Green+Blue) = 48+56+186=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3038BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038BA is #CFC745. Grayscale: #434343. Windows color (decimal): -13616966 or 12204080. OLE color: 12204080.

HSL color Cylindrical-coordinate representation of color #3038BA: hue angle of 236.52º 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 #3038BA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 56 186 -
CMYK 0.74 0.70 0 0.27
HSL 236.52º 0.59% 0.46% -
HSV(B) 236.52º 0.74% 0.73% -
XYZ 11.5 7 47.2 -
YUV 68.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 48 56 186 0.74 0.70 0 0.27 236.52 0.59 0.46
Hex 30 38 BA 4A 46 0 1B ED 3B 2E
Octal 60 70 272 112 106 0 33 355 73 56
Binary 110000 111000 10111010 1001010 1000110 0 11011 11101101 111011 101110

Color Harmonies of #3038BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038BA

Black with #3038BA

Text Example


Text Example

White with #3038BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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