Html Css Color HEX #3038AA Persian Blue

📋 copy color: '#3038AA'

red 48 ◦ green 56 ◦ blue 170

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

Shades of Persian Blue #3038AA

Tints of Persian Blue #3038AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 17.52%
G = 20.44%
B = 62.04%

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

#3038AA (or 0x3038AA) is known color: Persian Blue. HEX triplet: 30, 38 and AA. RGB value is (48,56,170). Sum of RGB (Red+Green+Blue) = 48+56+170=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3038AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3038AA is #CFC755. Grayscale: #424242. Windows color (decimal): -13616982 or 11155504. OLE color: 11155504.

HSL color Cylindrical-coordinate representation of color #3038AA: hue angle of 236.07º 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 #3038AA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 56 170 -
CMYK 0.72 0.67 0 0.33
HSL 236.07º 0.56% 0.43% -
HSV(B) 236.07º 0.72% 0.67% -
XYZ 9.89 6.36 38.74 -
YUV 66.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 48 56 170 0.72 0.67 0 0.33 236.07 0.56 0.43
Hex 30 38 AA 48 43 0 21 EC 38 2B
Octal 60 70 252 110 103 0 41 354 70 53
Binary 110000 111000 10101010 1001000 1000011 0 100001 11101100 111000 101011

Color Harmonies of #3038AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038AA

Black with #3038AA

Text Example


Text Example

White with #3038AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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