Html Css Color HEX #2F38AA Persian Blue

📋 copy color: '#2F38AA'

red 47 ◦ green 56 ◦ blue 170

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

Shades of Persian Blue #2F38AA

Tints of Persian Blue #2F38AA

RGB

 RED value IS 47 (18.75% from 255) = 17.22%

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

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

R = 17.22%
G = 20.51%
B = 62.27%

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

#2F38AA (or 0x2F38AA) is known color: Persian Blue. HEX triplet: 2F, 38 and AA. RGB value is (47,56,170). Sum of RGB (Red+Green+Blue) = 47+56+170=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F38AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F38AA is #D0C755. Grayscale: #414141. Windows color (decimal): -13682518 or 11155503. OLE color: 11155503.

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

Color convert

RGB 47 56 170 -
CMYK 0.72 0.67 0 0.33
HSL 235.61º 0.57% 0.43% -
HSV(B) 235.61º 0.72% 0.67% -
XYZ 9.84 6.33 38.73 -
YUV 66.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 47 56 170 0.72 0.67 0 0.33 235.61 0.57 0.43
Hex 2F 38 AA 48 43 0 21 EC 39 2B
Octal 57 70 252 110 103 0 41 354 71 53
Binary 101111 111000 10101010 1001000 1000011 0 100001 11101100 111001 101011

Color Harmonies of #2F38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F38AA

Black with #2F38AA

Text Example


Text Example

White with #2F38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F38AA; }

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

 H1.HeaderClassName
 {
   color: #2F38AA;
 }
 .AnyTagClassName
 {
   color: #2F38AA;
 }
</style>

background-color css

<style>
 a { background-color: #2F38AA; }

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

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

border-color css

<style>
 span { border-color: #2F38AA; }

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

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