Html Css Color HEX #2F3CAA Persian Blue

📋 copy color: '#2F3CAA'

red 47 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #2F3CAA

Tints of Persian Blue #2F3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

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

R = 16.97%
G = 21.66%
B = 61.37%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F3CAA (or 0x2F3CAA) is known color: Persian Blue. HEX triplet: 2F, 3C and AA. RGB value is (47,60,170). Sum of RGB (Red+Green+Blue) = 47+60+170=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3CAA is #D0C355. Grayscale: #444444. Windows color (decimal): -13681494 or 11156527. OLE color: 11156527.

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

Color convert

RGB 47 60 170 -
CMYK 0.72 0.65 0 0.33
HSL 233.66º 0.57% 0.43% -
HSV(B) 233.66º 0.72% 0.67% -
XYZ 10.04 6.74 38.8 -
YUV 68.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 47 60 170 0.72 0.65 0 0.33 233.66 0.57 0.43
Hex 2F 3C AA 48 41 0 21 EA 39 2B
Octal 57 74 252 110 101 0 41 352 71 53
Binary 101111 111100 10101010 1001000 1000001 0 100001 11101010 111001 101011

Color Harmonies of #2F3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CAA

Black with #2F3CAA

Text Example


Text Example

White with #2F3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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